#E2D799

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

Shades of Double Colonial White #E2D799

Tints of Double Colonial White #E2D799

Color information

#E2D799 (or 0xE2D799) is unknown color: approx Double Colonial White. HEX triplet: E2, D7 and 99. RGB value is (226,215,153). Sum of RGB (Red+Green+Blue) = 226+215+153=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D799 is #1D2866. Grayscale: #D3D3D3. Windows color (decimal): -1910887 or 10082274. OLE color: 10082274.

HSL color Cylindrical-coordinate representation of color #E2D799: hue angle of 50.96º 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 #E2D799 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226215153-
CMYK00.050.320.11
HSL50.96º55.73%74.31%-
HSV(B)50.96º32.3%88.63%-
XYZ61.4167.0739.85-
YUV211.2295.14138.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=38.05%
G=36.20%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621515300.050.320.1150.9655.7374.31
HexE2D7990520B33384a
Octal3423272310540136370112
Binary111000101101011110011001010110000010111100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D799; }

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

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

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

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

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

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

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

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