#e2ce85

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

Shades of Sandwisp #E2CE85

Tints of Sandwisp #E2CE85

Color information

#E2CE85 (or 0xE2CE85) is unknown color: approx Sandwisp. HEX triplet: E2, CE and 85. RGB value is (226,206,133). Sum of RGB (Red+Green+Blue) = 226+206+133=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE85 is #1D317A. Grayscale: #CBCBCB. Windows color (decimal): -1913211 or 8769250. OLE color: 8769250.

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

Color convert

RGB226206133-
CMYK00.090.410.11
HSL47.1º61.59%70.39%-
HSV(B)47.1º41.15%88.63%-
XYZ57.676231.12-
YUV203.6688.13143.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=40%
G=36.46%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620613300.090.410.1147.161.5970.39
HexE2CE850929B2f3e46
Octal34231620501151135776106
Binary1110001011001110100001010100110100110111011111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2ce85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2ce85; }

 p { color: rgb(226,206,133); }

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

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

 a { background-color: rgb(226,206,133); }

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

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

 span { border-color: rgb(226,206,133); }

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