Html Css Color HEX #E1C5AA Bone

📋 copy color: '#E1C5AA'

red 225 ◦ green 197 ◦ blue 170

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

Shades of Bone #E1C5AA

Tints of Bone #E1C5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.28%

 BLUE value IS 170 (66.8% from 255) = 28.72%

R = 38.01%
G = 33.28%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1C5AA (or 0xE1C5AA) is known color: Bone. HEX triplet: E1, C5 and AA. RGB value is (225,197,170). Sum of RGB (Red+Green+Blue) = 225+197+170=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C5AA is #1E3A55. Grayscale: #CACACA. Windows color (decimal): -1981014 or 11191777. OLE color: 11191777.

HSL color Cylindrical-coordinate representation of color #E1C5AA: hue angle of 29.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1C5AA is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 170 -
CMYK 0 0.12 0.24 0.12
HSL 29.45º 0.48% 0.77% -
HSV(B) 29.45º 0.24% 0.88% -
XYZ 58.27 58.84 46.32 -
YUV 202.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 225 197 170 0 0.12 0.24 0.12 29.45 0.48 0.77
Hex E1 C5 AA 0 C 18 C 1D 30 4D
Octal 341 305 252 0 14 30 14 35 60 115
Binary 11100001 11000101 10101010 0 1100 11000 1100 11101 110000 1001101

Color Harmonies of #E1C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C5AA

Black with #E1C5AA

Text Example


Text Example

White with #E1C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C5AA; }

 p { color: rgb(225,197,170); }

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

background-color css

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

 a { background-color: rgb(225,197,170); }

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

border-color css

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

 span { border-color: rgb(225,197,170); }

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