COLOR #CEB025

HEX: #CEB025
RGB: (206,176,37)

Color info

#CEB025 contains mainly red and green colors. Web safe color of #CEB025 is #CC9933 (or #C93).

RGB color model

#CEB025 color RGB value is (206,176,37).

  • red value is 206;
  • green value is 176;
  • blue value is 37.
RGB:
(206,176,37)
(81%,69%,15%)

RGB channels and saturation

R 206 of 255 = 81%
G 176 of 255 = 69%
B 37 of 255 = 15%

206
176
37

R + G + B ~ 55%. #CEB025 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 176 + 37 = 419 (100%)
R 206 of 419 ~ 49.16%
G 176 of 419 ~ 42%
B 37 of 419 ~ 8.83%

%49.16
%42

CMYK color model

#CEB025 color CMYK value is (0,15,82,19).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 82.04%
  • key color value is 19.22%
CMYK:
(0,15,82,19)
C0M15Y82K19 
(0%,15%,82%,19%)
(0.00/0.15/0.82/0.19)	

CMYK percentages

%0
%14.56
%82.04
%19.22

Codes

Color #CEB025 in popluar color models

CEB025
RGB20617637
HSL49°69.55%47.65%
HSB/HSV49°82.04%80.78%
CMYK0.00%14.56%82.04%
19.22%

Color #CEB025 in popluar number systems.

HEXCEB025
Decimal20617637
Binary1100111010110000100101
Octal31626045

Shades and tints

Shades of #CEB025

#CEB025
(206,176,37)
#BCA022
(188,160,34)
#AA901F
(170,144,31)
#98801C
(152,128,28)
#867019
(134,112,25)
#746016
(116,96,22)
#625013
(98,80,19)
#504010
(80,64,16)
#3E300D
(62,48,13)
#2C200A
(44,32,10)
#1A1007
(26,16,7)
#000000
(0,0,0)

Tints of #CEB025

#CEB025
(206,176,37)
#D2B738
(210,183,56)
#D6BE4B
(214,190,75)
#DAC55E
(218,197,94)
#DECC71
(222,204,113)
#E2D384
(226,211,132)
#E6DA97
(230,218,151)
#EAE1AA
(234,225,170)
#EEE8BD
(238,232,189)
#F2EFD0
(242,239,208)
#F6F6E3
(246,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB025 color. Also use rgb(206,176,37) instead hex code.

Text Font Color

.myTextColor { color: #CEB025; }

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

This text font color is #CEB025.


Background Color

.myBgColor { background-color: #CEB025; }

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

This div background color is #CEB025.


Border color

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

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

This div border color is #CEB025.


Opacity

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

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

Text with #CEB025 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 #CEB025;}

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

This text has shadow with #CEB025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB025 on black background.


Color preview on white background

This text has color #CEB025 on white background.



Black color preview on #CEB025 background

This text has black color on #CEB025 background.


White color preview on #CEB025 background

This text has white color on #CEB025 background.