#E0CC85

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

Shades of Sandwisp #E0CC85

Tints of Sandwisp #E0CC85

Color information

#E0CC85 (or 0xE0CC85) is unknown color: approx Sandwisp. HEX triplet: E0, CC and 85. RGB value is (224,204,133). Sum of RGB (Red+Green+Blue) = 224+204+133=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CC85 is #1F337A. Grayscale: #CACACA. Windows color (decimal): -2044795 or 8768736. OLE color: 8768736.

HSL color Cylindrical-coordinate representation of color #E0CC85: hue angle of 46.81º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0CC85 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224204133-
CMYK00.090.410.12
HSL46.81º59.48%70%-
HSV(B)46.81º40.62%87.84%-
XYZ56.5760.7330.93-
YUV201.8989.13143.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=39.93%
G=36.36%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420413300.090.410.1246.8159.4870
HexE0CC850929C2f3b46
Octal34031420501151145773106
Binary1110000011001100100001010100110100111001011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC85; }

 p { color: rgb(224,204,133); }

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

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

 a { background-color: rgb(224,204,133); }

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

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

 span { border-color: rgb(224,204,133); }

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