Html Css Color HEX #CEC004 Bird Flower

📋 copy color: '#CEC004'

red 206 ◦ green 192 ◦ blue 4

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

Shades of Bird Flower #CEC004

Tints of Bird Flower #CEC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

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

R = 51.24%
G = 47.76%
B = 1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEC004 (or 0xCEC004) is known color: Bird Flower. HEX triplet: CE, C0 and 04. RGB value is (206,192,4). Sum of RGB (Red+Green+Blue) = 206+192+4=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC004 is #313FFB. Grayscale: #AFAFAF. Windows color (decimal): -3227644 or 311502. OLE color: 311502.

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

Color convert

RGB 206 192 4 -
CMYK 0 0.07 0.98 0.19
HSL 55.84º 0.96% 0.41% -
HSV(B) 55.84º 0.98% 0.81% -
XYZ 44.33 50.83 7.59 -
YUV 174.75 31.64 150.29 -
System Red Green Blue C M Y K H S L
Decimal 206 192 4 0 0.07 0.98 0.19 55.84 0.96 0.41
Hex CE C0 4 0 7 62 13 38 60 29
Octal 316 300 4 0 7 142 23 70 140 51
Binary 11001110 11000000 100 0 111 1100010 10011 111000 1100000 101001

Color Harmonies of #CEC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC004

Black with #CEC004

Text Example


Text Example

White with #CEC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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