Html Css Color HEX #E2C9AD Bone

📋 copy color: '#E2C9AD'

red 226 ◦ green 201 ◦ blue 173

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

Shades of Bone #E2C9AD

Tints of Bone #E2C9AD

RGB

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

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

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

R = 37.67%
G = 33.5%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2C9AD (or 0xE2C9AD) is known color: Bone. HEX triplet: E2, C9 and AD. RGB value is (226,201,173). Sum of RGB (Red+Green+Blue) = 226+201+173=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C9AD is #1D3652. Grayscale: #CDCDCD. Windows color (decimal): -1914451 or 11389410. OLE color: 11389410.

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

Color convert

RGB 226 201 173 -
CMYK 0 0.11 0.23 0.11
HSL 31.7º 0.48% 0.78% -
HSV(B) 31.7º 0.23% 0.89% -
XYZ 59.79 60.96 48.15 -
YUV 205.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 226 201 173 0 0.11 0.23 0.11 31.7 0.48 0.78
Hex E2 C9 AD 0 B 17 B 20 30 4E
Octal 342 311 255 0 13 27 13 40 60 116
Binary 11100010 11001001 10101101 0 1011 10111 1011 100000 110000 1001110

Color Harmonies of #E2C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C9AD

Black with #E2C9AD

Text Example


Text Example

White with #E2C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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