Html Css Color HEX #E3CBB0 Bone

📋 copy color: '#E3CBB0'

red 227 ◦ green 203 ◦ blue 176

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

Shades of Bone #E3CBB0

Tints of Bone #E3CBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

 BLUE value IS 176 (69.14% from 255) = 29.04%

R = 37.46%
G = 33.5%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E3CBB0 (or 0xE3CBB0) is known color: Bone. HEX triplet: E3, CB and B0. RGB value is (227,203,176). Sum of RGB (Red+Green+Blue) = 227+203+176=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CBB0 is #1C344F. Grayscale: #CFCFCF. Windows color (decimal): -1848400 or 11586531. OLE color: 11586531.

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

Color convert

RGB 227 203 176 -
CMYK 0 0.11 0.22 0.11
HSL 31.76º 0.48% 0.79% -
HSV(B) 31.76º 0.22% 0.89% -
XYZ 60.87 62.18 49.87 -
YUV 207.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 227 203 176 0 0.11 0.22 0.11 31.76 0.48 0.79
Hex E3 CB B0 0 B 16 B 20 30 4F
Octal 343 313 260 0 13 26 13 40 60 117
Binary 11100011 11001011 10110000 0 1011 10110 1011 100000 110000 1001111

Color Harmonies of #E3CBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CBB0

Black with #E3CBB0

Text Example


Text Example

White with #E3CBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CBB0; }

 p { color: rgb(227,203,176); }

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

background-color css

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

 a { background-color: rgb(227,203,176); }

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

border-color css

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

 span { border-color: rgb(227,203,176); }

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