Html Css Color HEX #E1C6AD Bone

📋 copy color: '#E1C6AD'

red 225 ◦ green 198 ◦ blue 173

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

Shades of Bone #E1C6AD

Tints of Bone #E1C6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.03%

R = 37.75%
G = 33.22%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1C6AD (or 0xE1C6AD) is known color: Bone. HEX triplet: E1, C6 and AD. RGB value is (225,198,173). Sum of RGB (Red+Green+Blue) = 225+198+173=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C6AD is #1E3952. Grayscale: #CBCBCB. Windows color (decimal): -1980755 or 11388641. OLE color: 11388641.

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

Color convert

RGB 225 198 173 -
CMYK 0 0.12 0.23 0.12
HSL 28.85º 0.46% 0.78% -
HSV(B) 28.85º 0.23% 0.88% -
XYZ 58.79 59.41 47.9 -
YUV 203.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 225 198 173 0 0.12 0.23 0.12 28.85 0.46 0.78
Hex E1 C6 AD 0 C 17 C 1D 2E 4E
Octal 341 306 255 0 14 27 14 35 56 116
Binary 11100001 11000110 10101101 0 1100 10111 1100 11101 101110 1001110

Color Harmonies of #E1C6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6AD

Black with #E1C6AD

Text Example


Text Example

White with #E1C6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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