Html Css Color HEX #E0C9B5 Bone

📋 copy color: '#E0C9B5'

red 224 ◦ green 201 ◦ blue 181

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

Shades of Bone #E0C9B5

Tints of Bone #E0C9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.17%

 BLUE value IS 181 (71.09% from 255) = 29.87%

R = 36.96%
G = 33.17%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E0C9B5 (or 0xE0C9B5) is known color: Bone. HEX triplet: E0, C9 and B5. RGB value is (224,201,181). Sum of RGB (Red+Green+Blue) = 224+201+181=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9B5 is #1F364A. Grayscale: #CDCDCD. Windows color (decimal): -2045515 or 11913696. OLE color: 11913696.

HSL color Cylindrical-coordinate representation of color #E0C9B5: hue angle of 27.91º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0C9B5 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 181 -
CMYK 0 0.10 0.19 0.12
HSL 27.91º 0.41% 0.79% -
HSV(B) 27.91º 0.19% 0.88% -
XYZ 59.97 60.96 52.32 -
YUV 205.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 224 201 181 0 0.10 0.19 0.12 27.91 0.41 0.79
Hex E0 C9 B5 0 A 13 C 1C 29 4F
Octal 340 311 265 0 12 23 14 34 51 117
Binary 11100000 11001001 10110101 0 1010 10011 1100 11100 101001 1001111

Color Harmonies of #E0C9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C9B5

Black with #E0C9B5

Text Example


Text Example

White with #E0C9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C9B5; }

 p { color: rgb(224,201,181); }

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

background-color css

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

 a { background-color: rgb(224,201,181); }

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

border-color css

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

 span { border-color: rgb(224,201,181); }

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