#E1CF85

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

Shades of Sandwisp #E1CF85

Tints of Sandwisp #E1CF85

Color information

#E1CF85 (or 0xE1CF85) is unknown color: approx Sandwisp. HEX triplet: E1, CF and 85. RGB value is (225,207,133). Sum of RGB (Red+Green+Blue) = 225+207+133=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF85 is #1E307A. Grayscale: #CCCCCC. Windows color (decimal): -1978491 or 8769505. OLE color: 8769505.

HSL color Cylindrical-coordinate representation of color #E1CF85: hue angle of 48.26º degrees, saturation: 0.61, 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 #E1CF85 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225207133-
CMYK00.080.410.12
HSL48.26º60.53%70.2%-
HSV(B)48.26º40.89%88.24%-
XYZ57.662.3331.18-
YUV203.9587.96143.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=39.82%
G=36.64%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520713300.080.410.1248.2660.5370.2
HexE1CF850829C303d46
Octal34131720501051146075106
Binary1110000111001111100001010100010100111001100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF85; }

 p { color: rgb(225,207,133); }

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

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

 a { background-color: rgb(225,207,133); }

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

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

 span { border-color: rgb(225,207,133); }

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