Html Css Color HEX #CEC402 Bird Flower

📋 copy color: '#CEC402'

red 206 ◦ green 196 ◦ blue 2

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

Shades of Bird Flower #CEC402

Tints of Bird Flower #CEC402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 50.99%
G = 48.51%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEC402 (or 0xCEC402) is known color: Bird Flower. HEX triplet: CE, C4 and 02. RGB value is (206,196,2). Sum of RGB (Red+Green+Blue) = 206+196+2=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC402 is #313BFD. Grayscale: #B1B1B1. Windows color (decimal): -3226622 or 181454. OLE color: 181454.

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

Color convert

RGB 206 196 2 -
CMYK 0 0.05 0.99 0.19
HSL 57.06º 0.98% 0.41% -
HSV(B) 57.06º 0.99% 0.81% -
XYZ 45.2 52.61 7.83 -
YUV 176.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 206 196 2 0 0.05 0.99 0.19 57.06 0.98 0.41
Hex CE C4 2 0 5 63 13 39 62 29
Octal 316 304 2 0 5 143 23 71 142 51
Binary 11001110 11000100 10 0 101 1100011 10011 111001 1100010 101001

Color Harmonies of #CEC402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC402

Black with #CEC402

Text Example


Text Example

White with #CEC402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC402; }

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

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

background-color css

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

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

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

border-color css

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

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

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