#E1CA98

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

Shades of Double Colonial White #E1CA98

Tints of Double Colonial White #E1CA98

Color information

#E1CA98 (or 0xE1CA98) is unknown color: approx Double Colonial White. HEX triplet: E1, CA and 98. RGB value is (225,202,152). Sum of RGB (Red+Green+Blue) = 225+202+152=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA98 is #1E3567. Grayscale: #CBCBCB. Windows color (decimal): -1979752 or 10013409. OLE color: 10013409.

HSL color Cylindrical-coordinate representation of color #E1CA98: hue angle of 41.1º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1CA98 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225202152-
CMYK00.100.320.12
HSL41.1º54.89%73.92%-
HSV(B)41.1º32.44%88.24%-
XYZ57.8460.5238.34-
YUV203.1899.12143.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=38.86%
G=34.89%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520215200.100.320.1241.154.8973.92
HexE1CA980A20C29374a
Octal34131223001240145167112
Binary1110000111001010100110000101010000011001010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA98; }

 p { color: rgb(225,202,152); }

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

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

 a { background-color: rgb(225,202,152); }

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

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

 span { border-color: rgb(225,202,152); }

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