#E2D38A

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

Shades of Sandwisp #E2D38A

Tints of Sandwisp #E2D38A

Color information

#E2D38A (or 0xE2D38A) is unknown color: approx Sandwisp. HEX triplet: E2, D3 and 8A. RGB value is (226,211,138). Sum of RGB (Red+Green+Blue) = 226+211+138=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D38A is #1D2C75. Grayscale: #CFCFCF. Windows color (decimal): -1911926 or 9098210. OLE color: 9098210.

HSL color Cylindrical-coordinate representation of color #E2D38A: hue angle of 49.77º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2D38A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226211138-
CMYK00.070.390.11
HSL49.77º60.27%71.37%-
HSV(B)49.77º38.94%88.63%-
XYZ59.2564.5933.39-
YUV207.1688.97141.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 138 (54.30% from 255) = 24%
R=39.30%
G=36.70%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621113800.070.390.1149.7760.2771.37
HexE2D38A0727B323c47
Octal3423232120747136274107
Binary111000101101001110001010011110011110111100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D38A; }

 p { color: rgb(226,211,138); }

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

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

 a { background-color: rgb(226,211,138); }

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

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

 span { border-color: rgb(226,211,138); }

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