Html Css Color HEX #E0C8AE Bone

📋 copy color: '#E0C8AE'

red 224 ◦ green 200 ◦ blue 174

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

Shades of Bone #E0C8AE

Tints of Bone #E0C8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.44%

 BLUE value IS 174 (68.36% from 255) = 29.1%

R = 37.46%
G = 33.44%
B = 29.1%

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

#E0C8AE (or 0xE0C8AE) is known color: Bone. HEX triplet: E0, C8 and AE. RGB value is (224,200,174). Sum of RGB (Red+Green+Blue) = 224+200+174=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C8AE is #1F3751. Grayscale: #CCCCCC. Windows color (decimal): -2045778 or 11454688. OLE color: 11454688.

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

Color convert

RGB 224 200 174 -
CMYK 0 0.11 0.22 0.12
HSL 31.2º 0.45% 0.78% -
HSV(B) 31.2º 0.22% 0.88% -
XYZ 59.03 60.21 48.55 -
YUV 204.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 224 200 174 0 0.11 0.22 0.12 31.2 0.45 0.78
Hex E0 C8 AE 0 B 16 C 1F 2D 4E
Octal 340 310 256 0 13 26 14 37 55 116
Binary 11100000 11001000 10101110 0 1011 10110 1100 11111 101101 1001110

Color Harmonies of #E0C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C8AE

Black with #E0C8AE

Text Example


Text Example

White with #E0C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C8AE; }

 p { color: rgb(224,200,174); }

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

background-color css

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

 a { background-color: rgb(224,200,174); }

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

border-color css

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

 span { border-color: rgb(224,200,174); }

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