Html Css Color HEX #E5BA9E Wax Flower

📋 copy color: '#E5BA9E'

red 229 ◦ green 186 ◦ blue 158

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

Shades of Wax Flower #E5BA9E

Tints of Wax Flower #E5BA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.57%

R = 39.97%
G = 32.46%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5BA9E (or 0xE5BA9E) is known color: Wax Flower. HEX triplet: E5, BA and 9E. RGB value is (229,186,158). Sum of RGB (Red+Green+Blue) = 229+186+158=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA9E is #1A4561. Grayscale: #C3C3C3. Windows color (decimal): -1721698 or 10402533. OLE color: 10402533.

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

Color convert

RGB 229 186 158 -
CMYK 0 0.19 0.31 0.10
HSL 23.66º 0.58% 0.76% -
HSV(B) 23.66º 0.31% 0.9% -
XYZ 56.04 54.24 39.86 -
YUV 195.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 229 186 158 0 0.19 0.31 0.10 23.66 0.58 0.76
Hex E5 BA 9E 0 13 1F A 18 3A 4C
Octal 345 272 236 0 23 37 12 30 72 114
Binary 11100101 10111010 10011110 0 10011 11111 1010 11000 111010 1001100

Color Harmonies of #E5BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA9E

Black with #E5BA9E

Text Example


Text Example

White with #E5BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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