#E4D592

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

Shades of Double Colonial White #E4D592

Tints of Double Colonial White #E4D592

Color information

#E4D592 (or 0xE4D592) is unknown color: approx Double Colonial White. HEX triplet: E4, D5 and 92. RGB value is (228,213,146). Sum of RGB (Red+Green+Blue) = 228+213+146=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D592 is #1B2A6D. Grayscale: #D2D2D2. Windows color (decimal): -1780334 or 9623012. OLE color: 9623012.

HSL color Cylindrical-coordinate representation of color #E4D592: hue angle of 49.02º degrees, saturation: 0.6, 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 #E4D592 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB228213146-
CMYK00.070.360.11
HSL49.02º60.29%73.33%-
HSV(B)49.02º35.96%89.41%-
XYZ60.9866.1636.75-
YUV209.8591.97140.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.84%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 146 (57.42% from 255) = 24.87%
R=38.84%
G=36.29%
B=24.87%

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
Decimal22821314600.070.360.1149.0260.2973.33
HexE4D5920724B313c49
Octal3443252220744136174111
Binary111001001101010110010010011110010010111100011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D592; }

 p { color: rgb(228,213,146); }

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

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

 a { background-color: rgb(228,213,146); }

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

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

 span { border-color: rgb(228,213,146); }

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