Html Css Color HEX #E1C6AF Bone

📋 copy color: '#E1C6AF'

red 225 ◦ green 198 ◦ blue 175

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

Shades of Bone #E1C6AF

Tints of Bone #E1C6AF

RGB

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

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

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

R = 37.63%
G = 33.11%
B = 29.26%

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

#E1C6AF (or 0xE1C6AF) is known color: Bone. HEX triplet: E1, C6 and AF. RGB value is (225,198,175). Sum of RGB (Red+Green+Blue) = 225+198+175=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C6AF is #1E3950. Grayscale: #CBCBCB. Windows color (decimal): -1980753 or 11519713. OLE color: 11519713.

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

Color convert

RGB 225 198 175 -
CMYK 0 0.12 0.22 0.12
HSL 27.6º 0.45% 0.78% -
HSV(B) 27.6º 0.22% 0.88% -
XYZ 58.98 59.49 48.93 -
YUV 203.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 225 198 175 0 0.12 0.22 0.12 27.6 0.45 0.78
Hex E1 C6 AF 0 C 16 C 1C 2D 4E
Octal 341 306 257 0 14 26 14 34 55 116
Binary 11100001 11000110 10101111 0 1100 10110 1100 11100 101101 1001110

Color Harmonies of #E1C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6AF

Black with #E1C6AF

Text Example


Text Example

White with #E1C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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