#E2D798

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

Shades of Double Colonial White #E2D798

Tints of Double Colonial White #E2D798

Color information

#E2D798 (or 0xE2D798) is unknown color: approx Double Colonial White. HEX triplet: E2, D7 and 98. RGB value is (226,215,152). Sum of RGB (Red+Green+Blue) = 226+215+152=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D798 is #1D2867. Grayscale: #D3D3D3. Windows color (decimal): -1910888 or 10016738. OLE color: 10016738.

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

Color convert

RGB226215152-
CMYK00.050.330.11
HSL51.08º56.06%74.12%-
HSV(B)51.08º32.74%88.63%-
XYZ61.3367.0439.41-
YUV211.1194.64138.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 215 (84.38% from 255) = 36.26%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=38.11%
G=36.26%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621515200.050.330.1151.0856.0674.12
HexE2D7980521B33384a
Octal3423272300541136370112
Binary111000101101011110011000010110000110111100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D798; }

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

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

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

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

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

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

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

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