#CEBB14

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

Shades of Bird Flower #CEBB14

Tints of Bird Flower #CEBB14

Color information

#CEBB14 (or 0xCEBB14) is unknown color: approx Bird Flower. HEX triplet: CE, BB and 14. RGB value is (206,187,20). Sum of RGB (Red+Green+Blue) = 206+187+20=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB14 is #3144EB. Grayscale: #AEAEAE. Windows color (decimal): -3228908 or 1358798. OLE color: 1358798.

HSL color Cylindrical-coordinate representation of color #CEBB14: hue angle of 53.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEBB14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20618720-
CMYK00.090.900.19
HSL53.87º82.3%44.31%-
HSV(B)53.87º90.29%80.78%-
XYZ43.3548.717.78-
YUV173.6441.29151.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 20 (8.20% from 255) = 4.84%
R=49.88%
G=45.28%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061872000.090.900.1953.8782.344.31
HexCEBB14095A1336522c
Octal31627324011132236612254
Binary110011101011101110100010011011010100111101101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB14; }

 p { color: rgb(206,187,20); }

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

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

 a { background-color: rgb(206,187,20); }

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

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

 span { border-color: rgb(206,187,20); }

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