#CEA254

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

Shades of Apache #CEA254

Tints of Apache #CEA254

Color information

#CEA254 (or 0xCEA254) is unknown color: approx Apache. HEX triplet: CE, A2 and 54. RGB value is (206,162,84). Sum of RGB (Red+Green+Blue) = 206+162+84=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA254 is #315DAB. Grayscale: #A6A6A6. Windows color (decimal): -3235244 or 5546702. OLE color: 5546702.

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

Color convert

RGB20616284-
CMYK00.210.590.19
HSL38.36º55.45%56.86%-
HSV(B)38.36º59.22%80.78%-
XYZ39.9739.613.92-
YUV166.2681.58156.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 84 (33.20% from 255) = 18.58%
R=45.58%
G=35.84%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061628400.210.590.1938.3655.4556.86
HexCEA2540153B13263739
Octal3162421240257323466771
Binary1100111010100010101010001010111101110011100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA254; }

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

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

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

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

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

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

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

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