#E2D290

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

Shades of Double Colonial White #E2D290

Tints of Double Colonial White #E2D290

Color information

#E2D290 (or 0xE2D290) is unknown color: approx Double Colonial White. HEX triplet: E2, D2 and 90. RGB value is (226,210,144). Sum of RGB (Red+Green+Blue) = 226+210+144=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D290 is #1D2D6F. Grayscale: #CFCFCF. Windows color (decimal): -1912176 or 9491170. OLE color: 9491170.

HSL color Cylindrical-coordinate representation of color #E2D290: hue angle of 48.29º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2D290 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226210144-
CMYK00.070.360.11
HSL48.29º58.57%72.55%-
HSV(B)48.29º36.28%88.63%-
XYZ59.4464.2835.66-
YUV207.2692.3141.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 144 (56.64% from 255) = 24.83%
R=38.97%
G=36.21%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621014400.070.360.1148.2958.5772.55
HexE2D2900724B303b49
Octal3423222200744136073111
Binary111000101101001010010000011110010010111100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D290; }

 p { color: rgb(226,210,144); }

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

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

 a { background-color: rgb(226,210,144); }

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

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

 span { border-color: rgb(226,210,144); }

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