#E7D690

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

Shades of Double Colonial White #E7D690

Tints of Double Colonial White #E7D690

Color information

#E7D690 (or 0xE7D690) is unknown color: approx Double Colonial White. HEX triplet: E7, D6 and 90. RGB value is (231,214,144). Sum of RGB (Red+Green+Blue) = 231+214+144=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D690 is #18296F. Grayscale: #D3D3D3. Windows color (decimal): -1583472 or 9492199. OLE color: 9492199.

HSL color Cylindrical-coordinate representation of color #E7D690: hue angle of 48.28º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7D690 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231214144-
CMYK00.070.380.09
HSL48.28º64.44%73.53%-
HSV(B)48.28º37.66%90.59%-
XYZ62.0467.136.07-
YUV211.190.13142.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=39.22%
G=36.33%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121414400.070.380.0948.2864.4473.53
HexE7D6900726930404a
Octal34732622007461160100112
Binary1110011111010110100100000111100110100111000010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D690; }

 p { color: rgb(231,214,144); }

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

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

 a { background-color: rgb(231,214,144); }

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

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

 span { border-color: rgb(231,214,144); }

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