#E4CB80

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

Shades of Sandwisp #E4CB80

Tints of Sandwisp #E4CB80

Color information

#E4CB80 (or 0xE4CB80) is unknown color: approx Sandwisp. HEX triplet: E4, CB and 80. RGB value is (228,203,128). Sum of RGB (Red+Green+Blue) = 228+203+128=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CB80 is #1B347F. Grayscale: #CACACA. Windows color (decimal): -1782912 or 8440804. OLE color: 8440804.

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

Color convert

RGB228203128-
CMYK00.110.440.11
HSL45º64.94%69.8%-
HSV(B)45º43.86%89.41%-
XYZ57.2560.7629.13-
YUV201.9286.28146.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.79%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=40.79%
G=36.31%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820312800.110.440.114564.9469.8
HexE4CB800B2CB2d4146
Octal344313200013541355101106
Binary11100100110010111000000001011101100101110110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CB80; }

 p { color: rgb(228,203,128); }

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

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

 a { background-color: rgb(228,203,128); }

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

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

 span { border-color: rgb(228,203,128); }

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