#E2CA94

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

Shades of Double Colonial White #E2CA94

Tints of Double Colonial White #E2CA94

Color information

#E2CA94 (or 0xE2CA94) is unknown color: approx Double Colonial White. HEX triplet: E2, CA and 94. RGB value is (226,202,148). Sum of RGB (Red+Green+Blue) = 226+202+148=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA94 is #1D356B. Grayscale: #CBCBCB. Windows color (decimal): -1914220 or 9751266. OLE color: 9751266.

HSL color Cylindrical-coordinate representation of color #E2CA94: hue angle of 41.54º 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 #E2CA94 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226202148-
CMYK00.110.350.11
HSL41.54º57.35%73.33%-
HSV(B)41.54º34.51%88.63%-
XYZ57.8360.5536.66-
YUV203.0296.95144.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.24%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=39.24%
G=35.07%
B=25.69%

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
Decimal22620214800.110.350.1141.5457.3573.33
HexE2CA940B23B2a3949
Octal34231222401343135271111
Binary1110001011001010100101000101110001110111010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA94; }

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

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

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

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

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

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

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

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