Html Css Color HEX #E0C7AF Bone

📋 copy color: '#E0C7AF'

red 224 ◦ green 199 ◦ blue 175

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

Shades of Bone #E0C7AF

Tints of Bone #E0C7AF

RGB

 RED value IS 224 (87.89% from 255) = 37.46%

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

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

R = 37.46%
G = 33.28%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0C7AF (or 0xE0C7AF) is known color: Bone. HEX triplet: E0, C7 and AF. RGB value is (224,199,175). Sum of RGB (Red+Green+Blue) = 224+199+175=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C7AF is #1F3850. Grayscale: #CBCBCB. Windows color (decimal): -2046033 or 11519968. OLE color: 11519968.

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

Color convert

RGB 224 199 175 -
CMYK 0 0.11 0.22 0.12
HSL 29.39º 0.44% 0.78% -
HSV(B) 29.39º 0.22% 0.88% -
XYZ 58.9 59.79 48.99 -
YUV 203.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 224 199 175 0 0.11 0.22 0.12 29.39 0.44 0.78
Hex E0 C7 AF 0 B 16 C 1D 2C 4E
Octal 340 307 257 0 13 26 14 35 54 116
Binary 11100000 11000111 10101111 0 1011 10110 1100 11101 101100 1001110

Color Harmonies of #E0C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C7AF

Black with #E0C7AF

Text Example


Text Example

White with #E0C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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