Html Css Color HEX #E1CA95 Double Colonial White

📋 copy color: '#E1CA95'

red 225 ◦ green 202 ◦ blue 149

#E1CA95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #E1CA95

Tints of Double Colonial White #E1CA95

RGB

 RED value IS 225 (88.28% from 255) = 39.06%

 GREEN value IS 202 (79.3% from 255) = 35.07%

 BLUE value IS 149 (58.59% from 255) = 25.87%

R = 39.06%
G = 35.07%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1CA95 (or 0xE1CA95) is known color: Double Colonial White. HEX triplet: E1, CA and 95. RGB value is (225,202,149). Sum of RGB (Red+Green+Blue) = 225+202+149=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA95 is #1E356A. Grayscale: #CBCBCB. Windows color (decimal): -1979755 or 9816801. OLE color: 9816801.

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

Color convert

RGB 225 202 149 -
CMYK 0 0.10 0.34 0.12
HSL 41.84º 0.56% 0.73% -
HSV(B) 41.84º 0.34% 0.88% -
XYZ 57.6 60.42 37.06 -
YUV 202.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 225 202 149 0 0.10 0.34 0.12 41.84 0.56 0.73
Hex E1 CA 95 0 A 22 C 2A 38 49
Octal 341 312 225 0 12 42 14 52 70 111
Binary 11100001 11001010 10010101 0 1010 100010 1100 101010 111000 1001001

Color Harmonies of #E1CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA95

Black with #E1CA95

Text Example


Text Example

White with #E1CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA95; }

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

 H1.HeaderClassName
 {
   color: #E1CA95;
 }
 .AnyTagClassName
 {
   color: #E1CA95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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