#E4D69B

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

Shades of Double Colonial White #E4D69B

Tints of Double Colonial White #E4D69B

Color information

#E4D69B (or 0xE4D69B) is unknown color: approx Double Colonial White. HEX triplet: E4, D6 and 9B. RGB value is (228,214,155). Sum of RGB (Red+Green+Blue) = 228+214+155=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D69B is #1B2964. Grayscale: #D3D3D3. Windows color (decimal): -1780069 or 10213092. OLE color: 10213092.

HSL color Cylindrical-coordinate representation of color #E4D69B: hue angle of 48.49º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4D69B is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228214155-
CMYK00.060.320.11
HSL48.49º57.48%75.1%-
HSV(B)48.49º32.02%89.41%-
XYZ61.9666.9540.67-
YUV211.4696.14139.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 155 (60.94% from 255) = 25.96%
R=38.19%
G=35.85%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821415500.060.320.1148.4957.4875.1
HexE4D69B0620B30394b
Octal3443262330640136071113
Binary111001001101011010011011011010000010111100001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D69B; }

 p { color: rgb(228,214,155); }

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

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

 a { background-color: rgb(228,214,155); }

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

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

 span { border-color: rgb(228,214,155); }

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