#CEA35D

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

Shades of Apache #CEA35D

Tints of Apache #CEA35D

Color information

#CEA35D (or 0xCEA35D) is unknown color: approx Apache. HEX triplet: CE, A3 and 5D. RGB value is (206,163,93). Sum of RGB (Red+Green+Blue) = 206+163+93=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35D is #315CA2. Grayscale: #A8A8A8. Windows color (decimal): -3234979 or 6136782. OLE color: 6136782.

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

Color convert

RGB20616393-
CMYK00.210.550.19
HSL37.17º53.55%58.63%-
HSV(B)37.17º54.85%80.78%-
XYZ40.5340.1115.96-
YUV167.8885.75155.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=44.59%
G=35.28%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061639300.210.550.1937.1753.5558.63
HexCEA35D015371325363b
Octal3162431350256723456673
Binary1100111010100011101110101010111011110011100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA35D; }

 p { color: rgb(206,163,93); }

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

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

 a { background-color: rgb(206,163,93); }

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

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

 span { border-color: rgb(206,163,93); }

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