#E5CF86

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

Shades of Sandwisp #E5CF86

Tints of Sandwisp #E5CF86

Color information

#E5CF86 (or 0xE5CF86) is unknown color: approx Sandwisp. HEX triplet: E5, CF and 86. RGB value is (229,207,134). Sum of RGB (Red+Green+Blue) = 229+207+134=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF86 is #1A3079. Grayscale: #CDCDCD. Windows color (decimal): -1716346 or 8835045. OLE color: 8835045.

HSL color Cylindrical-coordinate representation of color #E5CF86: hue angle of 46.11º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5CF86 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB229207134-
CMYK00.100.410.10
HSL46.11º64.63%71.18%-
HSV(B)46.11º41.48%89.8%-
XYZ58.936331.61-
YUV205.2687.79144.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=40.18%
G=36.32%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920713400.100.410.1046.1164.6371.18
HexE5CF860A29A2e4147
Octal345317206012511256101107
Binary11100101110011111000011001010101001101010111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF86; }

 p { color: rgb(229,207,134); }

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

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

 a { background-color: rgb(229,207,134); }

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

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

 span { border-color: rgb(229,207,134); }

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