Html Css Color HEX #E3C2A5 Bone

📋 copy color: '#E3C2A5'

red 227 ◦ green 194 ◦ blue 165

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

Shades of Bone #E3C2A5

Tints of Bone #E3C2A5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 38.74%
G = 33.11%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E3C2A5 (or 0xE3C2A5) is known color: Bone. HEX triplet: E3, C2 and A5. RGB value is (227,194,165). Sum of RGB (Red+Green+Blue) = 227+194+165=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C2A5 is #1C3D5A. Grayscale: #C8C8C8. Windows color (decimal): -1850715 or 10863331. OLE color: 10863331.

HSL color Cylindrical-coordinate representation of color #E3C2A5: hue angle of 28.06º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3C2A5 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 194 165 -
CMYK 0 0.15 0.27 0.11
HSL 28.06º 0.53% 0.77% -
HSV(B) 28.06º 0.27% 0.89% -
XYZ 57.76 57.63 43.68 -
YUV 200.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 227 194 165 0 0.15 0.27 0.11 28.06 0.53 0.77
Hex E3 C2 A5 0 F 1B B 1C 35 4D
Octal 343 302 245 0 17 33 13 34 65 115
Binary 11100011 11000010 10100101 0 1111 11011 1011 11100 110101 1001101

Color Harmonies of #E3C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C2A5

Black with #E3C2A5

Text Example


Text Example

White with #E3C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C2A5; }

 p { color: rgb(227,194,165); }

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

background-color css

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

 a { background-color: rgb(227,194,165); }

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

border-color css

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

 span { border-color: rgb(227,194,165); }

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