#ceca0b

Color #CECA0B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CECA0B

Tints of Bird Flower #CECA0B

Color information

#CECA0B (or 0xCECA0B) is unknown color: approx Bird Flower. HEX triplet: CE, CA and 0B. RGB value is (206,202,11). Sum of RGB (Red+Green+Blue) = 206+202+11=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA0B is #3135F4. Grayscale: #B6B6B6. Windows color (decimal): -3225077 or 772814. OLE color: 772814.

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

Color convert

RGB20620211-
CMYK00.020.950.19
HSL58.77º89.86%42.55%-
HSV(B)58.77º94.66%80.78%-
XYZ46.6355.398.55-
YUV181.4231.83145.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 11 (4.69% from 255) = 2.63%
R=49.16%
G=48.21%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062021100.020.950.1958.7789.8642.55
HexCECAB025F133b5a2b
Octal3163121302137237313253
Binary110011101100101010110101011111100111110111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceca0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceca0b; }

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

 H1.HeaderClassName
 {
   color: #ceca0b;
 }
 .AnyTagClassName
 {
   color: #ceca0b;
 }
</style>
background-color css

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

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

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

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

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

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