#CEA248

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

Shades of Sundance #CEA248

Tints of Sundance #CEA248

Color information

#CEA248 (or 0xCEA248) is unknown color: approx Sundance. HEX triplet: CE, A2 and 48. RGB value is (206,162,72). Sum of RGB (Red+Green+Blue) = 206+162+72=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA248 is #315DB7. Grayscale: #A5A5A5. Windows color (decimal): -3235256 or 4760270. OLE color: 4760270.

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

Color convert

RGB20616272-
CMYK00.210.650.19
HSL40.3º57.76%54.51%-
HSV(B)40.3º65.05%80.78%-
XYZ39.5439.4311.66-
YUV164.975.58157.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 72 (28.52% from 255) = 16.36%
R=46.82%
G=36.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061627200.210.650.1940.357.7654.51
HexCEA2480154113283a37
Octal31624211002510123507267
Binary11001110101000101001000010101100000110011101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA248; }

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

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

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

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

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

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

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

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