#E2D599

Color #E2D599 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E2D599

Tints of Double Colonial White #E2D599

Color information

#E2D599 (or 0xE2D599) is unknown color: approx Double Colonial White. HEX triplet: E2, D5 and 99. RGB value is (226,213,153). Sum of RGB (Red+Green+Blue) = 226+213+153=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D599 is #1D2A66. Grayscale: #D2D2D2. Windows color (decimal): -1911399 or 10081762. OLE color: 10081762.

HSL color Cylindrical-coordinate representation of color #E2D599: hue angle of 49.32º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2D599 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226213153-
CMYK00.060.320.11
HSL49.32º55.73%74.31%-
HSV(B)49.32º32.3%88.63%-
XYZ60.9166.0639.68-
YUV210.0595.81139.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 153 (60.16% from 255) = 25.84%
R=38.18%
G=35.98%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621315300.060.320.1149.3255.7374.31
HexE2D5990620B31384a
Octal3423252310640136170112
Binary111000101101010110011001011010000010111100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D599; }

 p { color: rgb(226,213,153); }

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

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

 a { background-color: rgb(226,213,153); }

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

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

 span { border-color: rgb(226,213,153); }

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