Html Css Color HEX #E3C9AF Bone

📋 copy color: '#E3C9AF'

red 227 ◦ green 201 ◦ blue 175

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

Shades of Bone #E3C9AF

Tints of Bone #E3C9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.02%

R = 37.65%
G = 33.33%
B = 29.02%

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

#E3C9AF (or 0xE3C9AF) is known color: Bone. HEX triplet: E3, C9 and AF. RGB value is (227,201,175). Sum of RGB (Red+Green+Blue) = 227+201+175=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C9AF is #1C3650. Grayscale: #CDCDCD. Windows color (decimal): -1848913 or 11520483. OLE color: 11520483.

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

Color convert

RGB 227 201 175 -
CMYK 0 0.11 0.23 0.11
HSL 30º 0.48% 0.79% -
HSV(B) 30º 0.23% 0.89% -
XYZ 60.3 61.2 49.19 -
YUV 205.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 227 201 175 0 0.11 0.23 0.11 30 0.48 0.79
Hex E3 C9 AF 0 B 17 B 1E 30 4F
Octal 343 311 257 0 13 27 13 36 60 117
Binary 11100011 11001001 10101111 0 1011 10111 1011 11110 110000 1001111

Color Harmonies of #E3C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C9AF

Black with #E3C9AF

Text Example


Text Example

White with #E3C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C9AF; }

 p { color: rgb(227,201,175); }

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

background-color css

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

 a { background-color: rgb(227,201,175); }

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

border-color css

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

 span { border-color: rgb(227,201,175); }

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