#E2D498

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

Shades of Double Colonial White #E2D498

Tints of Double Colonial White #E2D498

Color information

#E2D498 (or 0xE2D498) is unknown color: approx Double Colonial White. HEX triplet: E2, D4 and 98. RGB value is (226,212,152). Sum of RGB (Red+Green+Blue) = 226+212+152=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D498 is #1D2B67. Grayscale: #D1D1D1. Windows color (decimal): -1911656 or 10015970. OLE color: 10015970.

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

Color convert

RGB226212152-
CMYK00.060.330.11
HSL48.65º56.06%74.12%-
HSV(B)48.65º32.74%88.63%-
XYZ60.5865.5239.16-
YUV209.3595.64139.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 212 (83.20% from 255) = 35.93%
BLUE value IS 152 (59.77% from 255) = 25.76%
R=38.31%
G=35.93%
B=25.76%

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
Decimal22621215200.060.330.1148.6556.0674.12
HexE2D4980621B31384a
Octal3423242300641136170112
Binary111000101101010010011000011010000110111100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D498; }

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

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

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

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

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

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

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

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