Html Css Color HEX #CEC202 Bird Flower

📋 copy color: '#CEC202'

red 206 ◦ green 194 ◦ blue 2

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

Shades of Bird Flower #CEC202

Tints of Bird Flower #CEC202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 51.24%
G = 48.26%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEC202 (or 0xCEC202) is known color: Bird Flower. HEX triplet: CE, C2 and 02. RGB value is (206,194,2). Sum of RGB (Red+Green+Blue) = 206+194+2=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC202 is #313DFD. Grayscale: #B0B0B0. Windows color (decimal): -3227134 or 180942. OLE color: 180942.

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

Color convert

RGB 206 194 2 -
CMYK 0 0.06 0.99 0.19
HSL 56.47º 0.98% 0.41% -
HSV(B) 56.47º 0.99% 0.81% -
XYZ 44.76 51.71 7.68 -
YUV 175.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 206 194 2 0 0.06 0.99 0.19 56.47 0.98 0.41
Hex CE C2 2 0 6 63 13 38 62 29
Octal 316 302 2 0 6 143 23 70 142 51
Binary 11001110 11000010 10 0 110 1100011 10011 111000 1100010 101001

Color Harmonies of #CEC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC202

Black with #CEC202

Text Example


Text Example

White with #CEC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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