#E6D590

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

Shades of Double Colonial White #E6D590

Tints of Double Colonial White #E6D590

Color information

#E6D590 (or 0xE6D590) is unknown color: approx Double Colonial White. HEX triplet: E6, D5 and 90. RGB value is (230,213,144). Sum of RGB (Red+Green+Blue) = 230+213+144=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D590 is #192A6F. Grayscale: #D2D2D2. Windows color (decimal): -1649264 or 9491942. OLE color: 9491942.

HSL color Cylindrical-coordinate representation of color #E6D590: hue angle of 48.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D590 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230213144-
CMYK00.070.370.10
HSL48.14º63.24%73.33%-
HSV(B)48.14º37.39%90.2%-
XYZ61.4666.4335.97-
YUV210.2290.63142.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=39.18%
G=36.29%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021314400.070.370.1048.1463.2473.33
HexE6D5900725A303f49
Octal3463252200745126077111
Binary111001101101010110010000011110010110101100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D590; }

 p { color: rgb(230,213,144); }

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

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

 a { background-color: rgb(230,213,144); }

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

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

 span { border-color: rgb(230,213,144); }

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