Html Css Color HEX #E3B7A0 Wax Flower

📋 copy color: '#E3B7A0'

red 227 ◦ green 183 ◦ blue 160

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

Shades of Wax Flower #E3B7A0

Tints of Wax Flower #E3B7A0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.11%

 BLUE value IS 160 (62.89% from 255) = 28.07%

R = 39.82%
G = 32.11%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E3B7A0 (or 0xE3B7A0) is known color: Wax Flower. HEX triplet: E3, B7 and A0. RGB value is (227,183,160). Sum of RGB (Red+Green+Blue) = 227+183+160=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B7A0 is #1C485F. Grayscale: #C1C1C1. Windows color (decimal): -1853536 or 10532835. OLE color: 10532835.

HSL color Cylindrical-coordinate representation of color #E3B7A0: hue angle of 20.6º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3B7A0 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 183 160 -
CMYK 0 0.19 0.30 0.11
HSL 20.6º 0.54% 0.76% -
HSV(B) 20.6º 0.3% 0.89% -
XYZ 54.96 52.74 40.54 -
YUV 193.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 227 183 160 0 0.19 0.30 0.11 20.6 0.54 0.76
Hex E3 B7 A0 0 13 1E B 15 36 4C
Octal 343 267 240 0 23 36 13 25 66 114
Binary 11100011 10110111 10100000 0 10011 11110 1011 10101 110110 1001100

Color Harmonies of #E3B7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B7A0

Black with #E3B7A0

Text Example


Text Example

White with #E3B7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B7A0; }

 p { color: rgb(227,183,160); }

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

background-color css

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

 a { background-color: rgb(227,183,160); }

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

border-color css

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

 span { border-color: rgb(227,183,160); }

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