#E3CA94

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

Shades of Double Colonial White #E3CA94

Tints of Double Colonial White #E3CA94

Color information

#E3CA94 (or 0xE3CA94) is unknown color: approx Double Colonial White. HEX triplet: E3, CA and 94. RGB value is (227,202,148). Sum of RGB (Red+Green+Blue) = 227+202+148=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CA94 is #1C356B. Grayscale: #CBCBCB. Windows color (decimal): -1848684 or 9751267. OLE color: 9751267.

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

Color convert

RGB227202148-
CMYK00.110.350.11
HSL41.01º58.52%73.53%-
HSV(B)41.01º34.8%89.02%-
XYZ58.1460.7136.67-
YUV203.3296.78144.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.34%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=39.34%
G=35.01%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720214800.110.350.1141.0158.5273.53
HexE3CA940B23B293b4a
Octal34331222401343135173112
Binary1110001111001010100101000101110001110111010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CA94; }

 p { color: rgb(227,202,148); }

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

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

 a { background-color: rgb(227,202,148); }

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

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

 span { border-color: rgb(227,202,148); }

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