#E2CD94

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

Shades of Double Colonial White #E2CD94

Tints of Double Colonial White #E2CD94

Color information

#E2CD94 (or 0xE2CD94) is unknown color: approx Double Colonial White. HEX triplet: E2, CD and 94. RGB value is (226,205,148). Sum of RGB (Red+Green+Blue) = 226+205+148=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CD94 is #1D326B. Grayscale: #CDCDCD. Windows color (decimal): -1913452 or 9752034. OLE color: 9752034.

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

Color convert

RGB226205148-
CMYK00.090.350.11
HSL43.85º57.35%73.33%-
HSV(B)43.85º34.51%88.63%-
XYZ58.5461.9736.89-
YUV204.7895.96143.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 148 (58.20% from 255) = 25.56%
R=39.03%
G=35.41%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620514800.090.350.1143.8557.3573.33
HexE2CD940923B2c3949
Octal34231522401143135471111
Binary1110001011001101100101000100110001110111011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CD94; }

 p { color: rgb(226,205,148); }

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

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

 a { background-color: rgb(226,205,148); }

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

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

 span { border-color: rgb(226,205,148); }

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