Html Css Color HEX #CECA00 Bird Flower

📋 copy color: '#CECA00'

red 206 ◦ green 202 ◦ blue 0

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

Shades of Bird Flower #CECA00

Tints of Bird Flower #CECA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.49%
G = 49.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CECA00 (or 0xCECA00) is known color: Bird Flower. HEX triplet: CE, CA and 00. RGB value is (206,202,0). Sum of RGB (Red+Green+Blue) = 206+202+0=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA00 is #3135FF. Grayscale: #B4B4B4. Windows color (decimal): -3225088 or 51918. OLE color: 51918.

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

Color convert

RGB 206 202 0 -
CMYK 0 0.02 1 0.19
HSL 58.83º 1% 0.4% -
HSV(B) 58.83º 1% 0.81% -
XYZ 46.57 55.36 8.23 -
YUV 180.17 26.33 146.43 -
System Red Green Blue C M Y K H S L
Decimal 206 202 0 0 0.02 1 0.19 58.83 1 0.4
Hex CE CA 0 0 2 64 13 3B 64 28
Octal 316 312 0 0 2 144 23 73 144 50
Binary 11001110 11001010 0 0 10 1100100 10011 111011 1100100 101000

Color Harmonies of #CECA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA00

Black with #CECA00

Text Example


Text Example

White with #CECA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA00; }

 p { color: rgb(206,202,0); }

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

background-color css

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

 a { background-color: rgb(206,202,0); }

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

border-color css

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

 span { border-color: rgb(206,202,0); }

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