#CEA24B

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

Shades of Sundance #CEA24B

Tints of Sundance #CEA24B

Color information

#CEA24B (or 0xCEA24B) is unknown color: approx Sundance. HEX triplet: CE, A2 and 4B. RGB value is (206,162,75). Sum of RGB (Red+Green+Blue) = 206+162+75=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA24B is #315DB4. Grayscale: #A5A5A5. Windows color (decimal): -3235253 or 4956878. OLE color: 4956878.

HSL color Cylindrical-coordinate representation of color #CEA24B: hue angle of 39.85º 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 #CEA24B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20616275-
CMYK00.210.640.19
HSL39.85º57.21%55.1%-
HSV(B)39.85º63.59%80.78%-
XYZ39.6439.4712.19-
YUV165.2477.08157.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=46.50%
G=36.57%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061627500.210.640.1939.8557.2155.1
HexCEA24B0154013283937
Octal31624211302510023507167
Binary11001110101000101001011010101100000010011101000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA24B; }

 p { color: rgb(206,162,75); }

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

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

 a { background-color: rgb(206,162,75); }

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

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

 span { border-color: rgb(206,162,75); }

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