Html Css Color HEX #CECA01 Bird Flower

📋 copy color: '#CECA01'

red 206 ◦ green 202 ◦ blue 1

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

Shades of Bird Flower #CECA01

Tints of Bird Flower #CECA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 50.37%
G = 49.39%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CECA01 (or 0xCECA01) is known color: Bird Flower. HEX triplet: CE, CA and 01. RGB value is (206,202,1). Sum of RGB (Red+Green+Blue) = 206+202+1=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA01 is #3135FE. Grayscale: #B5B5B5. Windows color (decimal): -3225087 or 117454. OLE color: 117454.

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

Color convert

RGB 206 202 1 -
CMYK 0 0.02 1.00 0.19
HSL 58.83º 0.99% 0.41% -
HSV(B) 58.83º 1% 0.81% -
XYZ 46.58 55.37 8.26 -
YUV 180.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 206 202 1 0 0.02 1.00 0.19 58.83 0.99 0.41
Hex CE CA 1 0 2 64 13 3B 63 29
Octal 316 312 1 0 2 144 23 73 143 51
Binary 11001110 11001010 1 0 10 1100100 10011 111011 1100011 101001

Color Harmonies of #CECA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA01

Black with #CECA01

Text Example


Text Example

White with #CECA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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