Html Css Color HEX #CEC404 Bird Flower

📋 copy color: '#CEC404'

red 206 ◦ green 196 ◦ blue 4

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

Shades of Bird Flower #CEC404

Tints of Bird Flower #CEC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

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

R = 50.74%
G = 48.28%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEC404 (or 0xCEC404) is known color: Bird Flower. HEX triplet: CE, C4 and 04. RGB value is (206,196,4). Sum of RGB (Red+Green+Blue) = 206+196+4=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC404 is #313BFB. Grayscale: #B1B1B1. Windows color (decimal): -3226620 or 312526. OLE color: 312526.

HSL color Cylindrical-coordinate representation of color #CEC404: hue angle of 57.03º 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 #CEC404 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 4 -
CMYK 0 0.05 0.98 0.19
HSL 57.03º 0.96% 0.41% -
HSV(B) 57.03º 0.98% 0.81% -
XYZ 45.22 52.61 7.89 -
YUV 177.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 206 196 4 0 0.05 0.98 0.19 57.03 0.96 0.41
Hex CE C4 4 0 5 62 13 39 60 29
Octal 316 304 4 0 5 142 23 71 140 51
Binary 11001110 11000100 100 0 101 1100010 10011 111001 1100000 101001

Color Harmonies of #CEC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC404

Black with #CEC404

Text Example


Text Example

White with #CEC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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