#E4CD96

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

Shades of Double Colonial White #E4CD96

Tints of Double Colonial White #E4CD96

Color information

#E4CD96 (or 0xE4CD96) is unknown color: approx Double Colonial White. HEX triplet: E4, CD and 96. RGB value is (228,205,150). Sum of RGB (Red+Green+Blue) = 228+205+150=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CD96 is #1B3269. Grayscale: #CDCDCD. Windows color (decimal): -1782378 or 9883108. OLE color: 9883108.

HSL color Cylindrical-coordinate representation of color #E4CD96: hue angle of 42.31º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4CD96 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228205150-
CMYK00.100.340.11
HSL42.31º59.09%74.12%-
HSV(B)42.31º34.21%89.41%-
XYZ59.3362.3637.76-
YUV205.6196.62143.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.11%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=39.11%
G=35.16%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820515000.100.340.1142.3159.0974.12
HexE4CD960A22B2a3b4a
Octal34431522601242135273112
Binary1110010011001101100101100101010001010111010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CD96; }

 p { color: rgb(228,205,150); }

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

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

 a { background-color: rgb(228,205,150); }

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

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

 span { border-color: rgb(228,205,150); }

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