#E1CF84

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

Shades of Sandwisp #E1CF84

Tints of Sandwisp #E1CF84

Color information

#E1CF84 (or 0xE1CF84) is unknown color: approx Sandwisp. HEX triplet: E1, CF and 84. RGB value is (225,207,132). Sum of RGB (Red+Green+Blue) = 225+207+132=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF84 is #1E307B. Grayscale: #CCCCCC. Windows color (decimal): -1978492 or 8703969. OLE color: 8703969.

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

Color convert

RGB225207132-
CMYK00.080.410.12
HSL48.39º60.78%70%-
HSV(B)48.39º41.33%88.24%-
XYZ57.5362.330.82-
YUV203.8387.46143.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 132 (51.95% from 255) = 23.40%
R=39.89%
G=36.70%
B=23.40%

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
Decimal22520713200.080.410.1248.3960.7870
HexE1CF840829C303d46
Octal34131720401051146075106
Binary1110000111001111100001000100010100111001100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF84; }

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

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

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

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

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

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

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

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