#E6D09D

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

Shades of Double Colonial White #E6D09D

Tints of Double Colonial White #E6D09D

Color information

#E6D09D (or 0xE6D09D) is unknown color: approx Double Colonial White. HEX triplet: E6, D0 and 9D. RGB value is (230,208,157). Sum of RGB (Red+Green+Blue) = 230+208+157=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D09D is #192F62. Grayscale: #D0D0D0. Windows color (decimal): -1650531 or 10342630. OLE color: 10342630.

HSL color Cylindrical-coordinate representation of color #E6D09D: hue angle of 41.92º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D09D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230208157-
CMYK00.100.320.10
HSL41.92º59.35%75.88%-
HSV(B)41.92º31.74%90.2%-
XYZ61.2764.3741.09-
YUV208.7698.79143.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=38.66%
G=34.96%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020815700.100.320.1041.9259.3575.88
HexE6D09D0A20A2a3b4c
Octal34632023501240125273114
Binary1110011011010000100111010101010000010101010101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D09D; }

 p { color: rgb(230,208,157); }

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

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

 a { background-color: rgb(230,208,157); }

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

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

 span { border-color: rgb(230,208,157); }

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