Html Css Color HEX #CEC002 Bird Flower

📋 copy color: '#CEC002'

red 206 ◦ green 192 ◦ blue 2

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

Shades of Bird Flower #CEC002

Tints of Bird Flower #CEC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48%

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

R = 51.5%
G = 48%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEC002 (or 0xCEC002) is known color: Bird Flower. HEX triplet: CE, C0 and 02. RGB value is (206,192,2). Sum of RGB (Red+Green+Blue) = 206+192+2=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC002 is #313FFD. Grayscale: #AFAFAF. Windows color (decimal): -3227646 or 180430. OLE color: 180430.

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

Color convert

RGB 206 192 2 -
CMYK 0 0.07 0.99 0.19
HSL 55.88º 0.98% 0.41% -
HSV(B) 55.88º 0.99% 0.81% -
XYZ 44.31 50.83 7.53 -
YUV 174.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 206 192 2 0 0.07 0.99 0.19 55.88 0.98 0.41
Hex CE C0 2 0 7 63 13 38 62 29
Octal 316 300 2 0 7 143 23 70 142 51
Binary 11001110 11000000 10 0 111 1100011 10011 111000 1100010 101001

Color Harmonies of #CEC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC002

Black with #CEC002

Text Example


Text Example

White with #CEC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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