Html Css Color HEX #CECA02 Bird Flower

📋 copy color: '#CECA02'

red 206 ◦ green 202 ◦ blue 2

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

Shades of Bird Flower #CECA02

Tints of Bird Flower #CECA02

RGB

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

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

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

R = 50.24%
G = 49.27%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CECA02 (or 0xCECA02) is known color: Bird Flower. HEX triplet: CE, CA and 02. RGB value is (206,202,2). Sum of RGB (Red+Green+Blue) = 206+202+2=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA02 is #3135FD. Grayscale: #B5B5B5. Windows color (decimal): -3225086 or 182990. OLE color: 182990.

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

Color convert

RGB 206 202 2 -
CMYK 0 0.02 0.99 0.19
HSL 58.82º 0.98% 0.41% -
HSV(B) 58.82º 0.99% 0.81% -
XYZ 46.59 55.37 8.29 -
YUV 180.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 206 202 2 0 0.02 0.99 0.19 58.82 0.98 0.41
Hex CE CA 2 0 2 63 13 3B 62 29
Octal 316 312 2 0 2 143 23 73 142 51
Binary 11001110 11001010 10 0 10 1100011 10011 111011 1100010 101001

Color Harmonies of #CECA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA02

Black with #CECA02

Text Example


Text Example

White with #CECA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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