#CEC404

Color #CEC404 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CEC404

Tints of Bird Flower #CEC404

Color information

#CEC404 (or 0xCEC404) is unknown color: approx 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

RGB2061964-
CMYK00.050.980.19
HSL57.03º96.19%41.18%-
HSV(B)57.03º98.06%80.78%-
XYZ45.2252.617.89-
YUV177.130.31148.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206196400.050.980.1957.0396.1941.18
HexCEC44056213396029
Octal316304405142237114051
Binary110011101100010010001011100010100111110011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>