COLOR #CEBA49

HEX: #CEBA49 RGB: (206,186,73)

Color info

#CEBA49 contains mainly red and green colors. Web safe color of #CEBA49 is #CCCC33 (or #CC3).

RGB color model

#CEBA49 color RGB value is (206,186,73).

RGB: (206,186,73) (81%, 73%, 29%)

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 73 of 255 = 29%

206
186
73

R + G + B ~ 61%. #CEBA49 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 186 + 73 = 465 (100%)
R 206 of 465 ~ 44.3%
G 186 of 465 ~ 40%
B 73 of 465 ~ 15.7'%

%44.3
%40
%15.7

CMYK color model

#CEBA49 color CMYK value is (0,10,65,19).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 64.56%
  • key color value is 19.22%

CMYK: (0,10,65,19)
C0M10Y65K19 (0%, 10%, 65%, 19%)
(0.00 / 0.10 / 0.65 / 0.19)

CMYK percentages

%0
%9.71
%64.56
%19.22

Codes

Color #CEBA49 in popluar color models

CE BA 49
RGB 206 186 73
HSL 51° 57.58% 54.71%
HSB/HSV 51° 64.56% 80.78%
CMYK 0.00% 9.71% 64.56%
19.22%

Color #CEBA49 in popluar number systems.

HEX CE BA 49
Decimal 206 186 73
Binary 11001110 10111010 1001001
Octal 316 272 111

Shades and tints

Shades of #CEBA49

#CEBA49
(206,186,73)
#BCAA43
(188,170,67)
#AA9A3D
(170,154,61)
#988A37
(152,138,55)
#867A31
(134,122,49)
#746A2B
(116,106,43)
#625A25
(98,90,37)
#504A1F
(80,74,31)
#3E3A19
(62,58,25)
#2C2A13
(44,42,19)
#1A1A0D
(26,26,13)
#000000
(0,0,0)

Tints of #CEBA49

#CEBA49
(206,186,73)
#D2C059
(210,192,89)
#D6C669
(214,198,105)
#DACC79
(218,204,121)
#DED289
(222,210,137)
#E2D899
(226,216,153)
#E6DEA9
(230,222,169)
#EAE4B9
(234,228,185)
#EEEAC9
(238,234,201)
#F2F0D9
(242,240,217)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBA49 color. Also use rgb(206,186,73) instead hex code.

Text Font Color

.myTextColor { color: #CEBA49; }

<p style="color:#CEBA49">This sample text font color is #CEBA49.</p>

This text font color is #CEBA49.

Background Color

.myBgColor { background-color: #CEBA49; }

<div style="background-color:#CEBA49">Inner text</div>

This div background color is #CEBA49.

Border color

.myBorderColor { border: 1px solid #CEBA49; }

<div style="border:3px solid #CEBA49">Div</div>

This div border color is #CEBA49.

Opacity

.myOpacity80 { color: #CEBA49; opacity: 0.8; }

<p style="color:#CEBA49;opacity:0.8;">80%</p>

Text with #CEBA49 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEBA49;}

<p style="text-shadow: 3px 3px 1px #CEBA49">Text here.</p>

This text has shadow with #CEBA49 color.


.textShadow {text-shadow: 3px 3px 1px #CEBA49', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEBA49, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEBA49 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEBA49, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEBA49, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEBA49 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CEBA49;
-webkit-box-shadow: 1px 1px 3px 2px #CEBA49;
box-shadow: 1px 1px 3px 2px #CEBA49;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEBA49; -webkit-box-shadow: 1px 1px 3px 2px #CEBA49; box-shadow:1px 1px 3px 2px #CEBA49;">
Div content here
</div>

This div box has shadow with color #CEBA49.

Preview

Color preview on black background

This text has color #CEBA49 on black background.


Color preview on white background

This text has color #CEBA49 on white background.


Black color preview on #CEBA49 background

This text has black color on #CEBA49 background.


White color preview on #CEBA49 background

This text has white color on #CEBA49 background.


Related colors

Complementary color

Complementary color for #hex is #3145B6.


I love getcolorcode.com

Triadic colors

1 #49CEBA and #BA49CE with #CEBA49 are triadic colors.

2 #49BACE and #BACE49 with #CEBA49 are triadic colors.