Html Css Color HEX #E1C6AA Bone

📋 copy color: '#E1C6AA'

red 225 ◦ green 198 ◦ blue 170

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

Shades of Bone #E1C6AA

Tints of Bone #E1C6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.39%

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

R = 37.94%
G = 33.39%
B = 28.67%

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

#E1C6AA (or 0xE1C6AA) is known color: Bone. HEX triplet: E1, C6 and AA. RGB value is (225,198,170). Sum of RGB (Red+Green+Blue) = 225+198+170=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C6AA is #1E3955. Grayscale: #CBCBCB. Windows color (decimal): -1980758 or 11192033. OLE color: 11192033.

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

Color convert

RGB 225 198 170 -
CMYK 0 0.12 0.24 0.12
HSL 30.55º 0.48% 0.77% -
HSV(B) 30.55º 0.24% 0.88% -
XYZ 58.5 59.3 46.39 -
YUV 202.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 225 198 170 0 0.12 0.24 0.12 30.55 0.48 0.77
Hex E1 C6 AA 0 C 18 C 1F 30 4D
Octal 341 306 252 0 14 30 14 37 60 115
Binary 11100001 11000110 10101010 0 1100 11000 1100 11111 110000 1001101

Color Harmonies of #E1C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6AA

Black with #E1C6AA

Text Example


Text Example

White with #E1C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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