Html Css Color HEX #E5BAA0 Wax Flower

📋 copy color: '#E5BAA0'

red 229 ◦ green 186 ◦ blue 160

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

Shades of Wax Flower #E5BAA0

Tints of Wax Flower #E5BAA0

RGB

 RED value IS 229 (89.84% from 255) = 39.83%

 GREEN value IS 186 (73.05% from 255) = 32.35%

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

R = 39.83%
G = 32.35%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E5BAA0 (or 0xE5BAA0) is known color: Wax Flower. HEX triplet: E5, BA and A0. RGB value is (229,186,160). Sum of RGB (Red+Green+Blue) = 229+186+160=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAA0 is #1A455F. Grayscale: #C4C4C4. Windows color (decimal): -1721696 or 10533605. OLE color: 10533605.

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

Color convert

RGB 229 186 160 -
CMYK 0 0.19 0.30 0.10
HSL 22.61º 0.57% 0.76% -
HSV(B) 22.61º 0.3% 0.9% -
XYZ 56.22 54.31 40.78 -
YUV 195.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 229 186 160 0 0.19 0.30 0.10 22.61 0.57 0.76
Hex E5 BA A0 0 13 1E A 17 39 4C
Octal 345 272 240 0 23 36 12 27 71 114
Binary 11100101 10111010 10100000 0 10011 11110 1010 10111 111001 1001100

Color Harmonies of #E5BAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAA0

Black with #E5BAA0

Text Example


Text Example

White with #E5BAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAA0; }

 p { color: rgb(229,186,160); }

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

background-color css

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

 a { background-color: rgb(229,186,160); }

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

border-color css

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

 span { border-color: rgb(229,186,160); }

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