#CEA013

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

Shades of Galliano #CEA013

Tints of Galliano #CEA013

Color information

#CEA013 (or 0xCEA013) is unknown color: approx Galliano. HEX triplet: CE, A0 and 13. RGB value is (206,160,19). Sum of RGB (Red+Green+Blue) = 206+160+19=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA013 is #315FEC. Grayscale: #9E9E9E. Windows color (decimal): -3235821 or 1286350. OLE color: 1286350.

HSL color Cylindrical-coordinate representation of color #CEA013: hue angle of 45.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEA013 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20616019-
CMYK00.220.910.19
HSL45.24º83.11%44.12%-
HSV(B)45.24º90.78%80.78%-
XYZ38.1438.316-
YUV157.6849.74162.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 19 (7.81% from 255) = 4.94%
R=53.51%
G=41.56%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061601900.220.910.1945.2483.1144.12
HexCEA0130165B132d532c
Octal31624023026133235512354
Binary1100111010100000100110101101011011100111011011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA013; }

 p { color: rgb(206,160,19); }

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

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

 a { background-color: rgb(206,160,19); }

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

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

 span { border-color: rgb(206,160,19); }

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