Html Css Color HEX #E2C5AD Bone

📋 copy color: '#E2C5AD'

red 226 ◦ green 197 ◦ blue 173

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

Shades of Bone #E2C5AD

Tints of Bone #E2C5AD

RGB

 RED value IS 226 (88.67% from 255) = 37.92%

 GREEN value IS 197 (77.34% from 255) = 33.05%

 BLUE value IS 173 (67.97% from 255) = 29.03%

R = 37.92%
G = 33.05%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2C5AD (or 0xE2C5AD) is known color: Bone. HEX triplet: E2, C5 and AD. RGB value is (226,197,173). Sum of RGB (Red+Green+Blue) = 226+197+173=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C5AD is #1D3A52. Grayscale: #CBCBCB. Windows color (decimal): -1915475 or 11388386. OLE color: 11388386.

HSL color Cylindrical-coordinate representation of color #E2C5AD: hue angle of 27.17º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C5AD is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 197 173 -
CMYK 0 0.13 0.23 0.11
HSL 27.17º 0.48% 0.78% -
HSV(B) 27.17º 0.23% 0.89% -
XYZ 58.87 59.12 47.84 -
YUV 202.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 226 197 173 0 0.13 0.23 0.11 27.17 0.48 0.78
Hex E2 C5 AD 0 D 17 B 1B 30 4E
Octal 342 305 255 0 15 27 13 33 60 116
Binary 11100010 11000101 10101101 0 1101 10111 1011 11011 110000 1001110

Color Harmonies of #E2C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C5AD

Black with #E2C5AD

Text Example


Text Example

White with #E2C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C5AD; }

 p { color: rgb(226,197,173); }

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

background-color css

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

 a { background-color: rgb(226,197,173); }

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

border-color css

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

 span { border-color: rgb(226,197,173); }

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