Html Css Color HEX #E3C4AA Bone

📋 copy color: '#E3C4AA'

red 227 ◦ green 196 ◦ blue 170

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

Shades of Bone #E3C4AA

Tints of Bone #E3C4AA

RGB

 RED value IS 227 (89.06% from 255) = 38.28%

 GREEN value IS 196 (76.95% from 255) = 33.05%

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 38.28%
G = 33.05%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E3C4AA (or 0xE3C4AA) is known color: Bone. HEX triplet: E3, C4 and AA. RGB value is (227,196,170). Sum of RGB (Red+Green+Blue) = 227+196+170=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C4AA is #1C3B55. Grayscale: #CACACA. Windows color (decimal): -1850198 or 11191523. OLE color: 11191523.

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

Color convert

RGB 227 196 170 -
CMYK 0 0.14 0.25 0.11
HSL 27.37º 0.5% 0.78% -
HSV(B) 27.37º 0.25% 0.89% -
XYZ 58.67 58.71 46.27 -
YUV 202.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 227 196 170 0 0.14 0.25 0.11 27.37 0.5 0.78
Hex E3 C4 AA 0 E 19 B 1B 32 4E
Octal 343 304 252 0 16 31 13 33 62 116
Binary 11100011 11000100 10101010 0 1110 11001 1011 11011 110010 1001110

Color Harmonies of #E3C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C4AA

Black with #E3C4AA

Text Example


Text Example

White with #E3C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C4AA; }

 p { color: rgb(227,196,170); }

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

background-color css

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

 a { background-color: rgb(227,196,170); }

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

border-color css

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

 span { border-color: rgb(227,196,170); }

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