#CEA24E

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

Shades of Apache #CEA24E

Tints of Apache #CEA24E

Color information

#CEA24E (or 0xCEA24E) is unknown color: approx Apache. HEX triplet: CE, A2 and 4E. RGB value is (206,162,78). Sum of RGB (Red+Green+Blue) = 206+162+78=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA24E is #315DB1. Grayscale: #A5A5A5. Windows color (decimal): -3235250 or 5153486. OLE color: 5153486.

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

Color convert

RGB20616278-
CMYK00.210.620.19
HSL39.38º56.64%55.69%-
HSV(B)39.38º62.14%80.78%-
XYZ39.7539.5112.74-
YUV165.5878.58156.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=46.19%
G=36.32%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061627800.210.620.1939.3856.6455.69
HexCEA24E0153E13273938
Octal3162421160257623477170
Binary1100111010100010100111001010111111010011100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA24E; }

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

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

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

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

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

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

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

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