Html Css Color HEX #E1C7AF Bone

📋 copy color: '#E1C7AF'

red 225 ◦ green 199 ◦ blue 175

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

Shades of Bone #E1C7AF

Tints of Bone #E1C7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.22%

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 37.56%
G = 33.22%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1C7AF (or 0xE1C7AF) is known color: Bone. HEX triplet: E1, C7 and AF. RGB value is (225,199,175). Sum of RGB (Red+Green+Blue) = 225+199+175=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C7AF is #1E3850. Grayscale: #CCCCCC. Windows color (decimal): -1980497 or 11519969. OLE color: 11519969.

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

Color convert

RGB 225 199 175 -
CMYK 0 0.12 0.22 0.12
HSL 28.8º 0.45% 0.78% -
HSV(B) 28.8º 0.22% 0.88% -
XYZ 59.21 59.95 49.01 -
YUV 204.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 225 199 175 0 0.12 0.22 0.12 28.8 0.45 0.78
Hex E1 C7 AF 0 C 16 C 1D 2D 4E
Octal 341 307 257 0 14 26 14 35 55 116
Binary 11100001 11000111 10101111 0 1100 10110 1100 11101 101101 1001110

Color Harmonies of #E1C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C7AF

Black with #E1C7AF

Text Example


Text Example

White with #E1C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C7AF; }

 p { color: rgb(225,199,175); }

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

background-color css

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

 a { background-color: rgb(225,199,175); }

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

border-color css

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

 span { border-color: rgb(225,199,175); }

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