#E2D597

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

Shades of Double Colonial White #E2D597

Tints of Double Colonial White #E2D597

Color information

#E2D597 (or 0xE2D597) is unknown color: approx Double Colonial White. HEX triplet: E2, D5 and 97. RGB value is (226,213,151). Sum of RGB (Red+Green+Blue) = 226+213+151=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D597 is #1D2A68. Grayscale: #D2D2D2. Windows color (decimal): -1911401 or 9950690. OLE color: 9950690.

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

Color convert

RGB226213151-
CMYK00.060.330.11
HSL49.6º56.39%73.92%-
HSV(B)49.6º33.19%88.63%-
XYZ60.7465.9938.81-
YUV209.8294.81139.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 151 (59.38% from 255) = 25.59%
R=38.31%
G=36.10%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621315100.060.330.1149.656.3973.92
HexE2D5970621B32384a
Octal3423252270641136270112
Binary111000101101010110010111011010000110111100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D597; }

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

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

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

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

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

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

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

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