#CEA04A

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

Shades of Sundance #CEA04A

Tints of Sundance #CEA04A

Color information

#CEA04A (or 0xCEA04A) is unknown color: approx Sundance. HEX triplet: CE, A0 and 4A. RGB value is (206,160,74). Sum of RGB (Red+Green+Blue) = 206+160+74=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA04A is #315FB5. Grayscale: #A4A4A4. Windows color (decimal): -3235766 or 4890830. OLE color: 4890830.

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

Color convert

RGB20616074-
CMYK00.220.640.19
HSL39.09º57.39%54.9%-
HSV(B)39.09º64.08%80.78%-
XYZ39.2638.7611.89-
YUV163.9577.24157.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=46.82%
G=36.36%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061607400.220.640.1939.0957.3954.9
HexCEA04A0164013273937
Octal31624011202610023477167
Binary11001110101000001001010010110100000010011100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA04A; }

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

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

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

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

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

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

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

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