#E5CE80

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

Shades of Sandwisp #E5CE80

Tints of Sandwisp #E5CE80

Color information

#E5CE80 (or 0xE5CE80) is unknown color: approx Sandwisp. HEX triplet: E5, CE and 80. RGB value is (229,206,128). Sum of RGB (Red+Green+Blue) = 229+206+128=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE80 is #1A317F. Grayscale: #CCCCCC. Windows color (decimal): -1716608 or 8441573. OLE color: 8441573.

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

Color convert

RGB229206128-
CMYK00.100.440.10
HSL46.34º66.01%70%-
HSV(B)46.34º44.1%89.8%-
XYZ58.2862.3629.39-
YUV203.9885.12145.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.67%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=40.67%
G=36.59%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920612800.100.440.1046.3466.0170
HexE5CE800A2CA2e4246
Octal345316200012541256102106
Binary11100101110011101000000001010101100101010111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CE80; }

 p { color: rgb(229,206,128); }

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

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

 a { background-color: rgb(229,206,128); }

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

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

 span { border-color: rgb(229,206,128); }

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