Html Css Color HEX #CECA06 Bird Flower

📋 copy color: '#CECA06'

red 206 ◦ green 202 ◦ blue 6

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

Shades of Bird Flower #CECA06

Tints of Bird Flower #CECA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.45%

R = 49.76%
G = 48.79%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CECA06 (or 0xCECA06) is known color: Bird Flower. HEX triplet: CE, CA and 06. RGB value is (206,202,6). Sum of RGB (Red+Green+Blue) = 206+202+6=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA06 is #3135F9. Grayscale: #B5B5B5. Windows color (decimal): -3225082 or 445134. OLE color: 445134.

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

Color convert

RGB 206 202 6 -
CMYK 0 0.02 0.97 0.19
HSL 58.8º 0.94% 0.42% -
HSV(B) 58.8º 0.97% 0.81% -
XYZ 46.61 55.38 8.4 -
YUV 180.85 29.33 145.94 -
System Red Green Blue C M Y K H S L
Decimal 206 202 6 0 0.02 0.97 0.19 58.8 0.94 0.42
Hex CE CA 6 0 2 61 13 3B 5E 2A
Octal 316 312 6 0 2 141 23 73 136 52
Binary 11001110 11001010 110 0 10 1100001 10011 111011 1011110 101010

Color Harmonies of #CECA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA06

Black with #CECA06

Text Example


Text Example

White with #CECA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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