#E0D07D

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

Shades of Sandwisp #E0D07D

Tints of Sandwisp #E0D07D

Color information

#E0D07D (or 0xE0D07D) is unknown color: approx Sandwisp. HEX triplet: E0, D0 and 7D. RGB value is (224,208,125). Sum of RGB (Red+Green+Blue) = 224+208+125=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D07D is #1F2F82. Grayscale: #CBCBCB. Windows color (decimal): -2043779 or 8245472. OLE color: 8245472.

HSL color Cylindrical-coordinate representation of color #E0D07D: hue angle of 50.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0D07D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB224208125-
CMYK00.070.440.12
HSL50.3º61.49%68.43%-
HSV(B)50.3º44.2%87.84%-
XYZ5762.4428.45-
YUV203.3283.8142.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 125 (49.22% from 255) = 22.44%
R=40.22%
G=37.34%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420812500.070.440.1250.361.4968.43
HexE0D07D072CC323d44
Octal3403201750754146275104
Binary11100000110100001111101011110110011001100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D07D; }

 p { color: rgb(224,208,125); }

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

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

 a { background-color: rgb(224,208,125); }

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

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

 span { border-color: rgb(224,208,125); }

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