Html Css Color HEX #E2C6AE Bone

📋 copy color: '#E2C6AE'

red 226 ◦ green 198 ◦ blue 174

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

Shades of Bone #E2C6AE

Tints of Bone #E2C6AE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.11%

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

R = 37.79%
G = 33.11%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2C6AE (or 0xE2C6AE) is known color: Bone. HEX triplet: E2, C6 and AE. RGB value is (226,198,174). Sum of RGB (Red+Green+Blue) = 226+198+174=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C6AE is #1D3951. Grayscale: #CBCBCB. Windows color (decimal): -1915218 or 11454178. OLE color: 11454178.

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

Color convert

RGB 226 198 174 -
CMYK 0 0.12 0.23 0.11
HSL 27.69º 0.47% 0.78% -
HSV(B) 27.69º 0.23% 0.89% -
XYZ 59.2 59.61 48.43 -
YUV 203.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 226 198 174 0 0.12 0.23 0.11 27.69 0.47 0.78
Hex E2 C6 AE 0 C 17 B 1C 2F 4E
Octal 342 306 256 0 14 27 13 34 57 116
Binary 11100010 11000110 10101110 0 1100 10111 1011 11100 101111 1001110

Color Harmonies of #E2C6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C6AE

Black with #E2C6AE

Text Example


Text Example

White with #E2C6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C6AE; }

 p { color: rgb(226,198,174); }

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

background-color css

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

 a { background-color: rgb(226,198,174); }

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

border-color css

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

 span { border-color: rgb(226,198,174); }

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