Html Css Color HEX #CEC904 Bird Flower

📋 copy color: '#CEC904'

red 206 ◦ green 201 ◦ blue 4

#CEC904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEC904

Tints of Bird Flower #CEC904

RGB

 RED value IS 206 (80.86% from 255) = 50.12%

 GREEN value IS 201 (78.91% from 255) = 48.91%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 50.12%
G = 48.91%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEC904 (or 0xCEC904) is known color: Bird Flower. HEX triplet: CE, C9 and 04. RGB value is (206,201,4). Sum of RGB (Red+Green+Blue) = 206+201+4=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC904 is #3136FB. Grayscale: #B4B4B4. Windows color (decimal): -3225340 or 313806. OLE color: 313806.

HSL color Cylindrical-coordinate representation of color #CEC904: hue angle of 58.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEC904 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 4 -
CMYK 0 0.02 0.98 0.19
HSL 58.51º 0.96% 0.41% -
HSV(B) 58.51º 0.98% 0.81% -
XYZ 46.36 54.9 8.27 -
YUV 180.04 28.66 146.52 -
System Red Green Blue C M Y K H S L
Decimal 206 201 4 0 0.02 0.98 0.19 58.51 0.96 0.41
Hex CE C9 4 0 2 62 13 3B 60 29
Octal 316 311 4 0 2 142 23 73 140 51
Binary 11001110 11001001 100 0 10 1100010 10011 111011 1100000 101001

Color Harmonies of #CEC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC904

Black with #CEC904

Text Example


Text Example

White with #CEC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC904; }

 p { color: rgb(206,201,4); }

 H1.HeaderClassName
 {
   color: #CEC904;
 }
 .AnyTagClassName
 {
   color: #CEC904;
 }
</style>

background-color css

<style>
 a { background-color: #CEC904; }

 a { background-color: rgb(206,201,4); }

 div.DivClassName
 {
   background-color: #CEC904;
 }
 .BgClassName
 {
   background-color: #CEC904;
 }
</style>

border-color css

<style>
 span { border-color: #CEC904; }

 span { border-color: rgb(206,201,4); }

 td.TdClassName
 {
   border-color: #CEC904;
 }
 .TagClassName
 {
   border-color: #CEC904;
 }
</style>