#CEA028

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

Shades of Galliano #CEA028

Tints of Galliano #CEA028

Color information

#CEA028 (or 0xCEA028) is unknown color: approx Galliano. HEX triplet: CE, A0 and 28. RGB value is (206,160,40). Sum of RGB (Red+Green+Blue) = 206+160+40=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA028 is #315FD7. Grayscale: #A0A0A0. Windows color (decimal): -3235800 or 2662606. OLE color: 2662606.

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

Color convert

RGB20616040-
CMYK00.220.810.19
HSL43.37º67.48%48.24%-
HSV(B)43.37º80.58%80.78%-
XYZ38.4138.427.4-
YUV160.0760.24160.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.74%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 40 (16.02% from 255) = 9.85%
R=50.74%
G=39.41%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061604000.220.810.1943.3767.4848.24
HexCEA02801651132b4330
Octal31624050026121235310360
Binary11001110101000001010000101101010001100111010111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA028; }

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

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

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

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

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

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

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

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