Html Css Color HEX #E8BA9E Wax Flower

📋 copy color: '#E8BA9E'

red 232 ◦ green 186 ◦ blue 158

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

Shades of Wax Flower #E8BA9E

Tints of Wax Flower #E8BA9E

RGB

 RED value IS 232 (91.02% from 255) = 40.28%

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

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

R = 40.28%
G = 32.29%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8BA9E (or 0xE8BA9E) is known color: Wax Flower. HEX triplet: E8, BA and 9E. RGB value is (232,186,158). Sum of RGB (Red+Green+Blue) = 232+186+158=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BA9E is #174561. Grayscale: #C4C4C4. Windows color (decimal): -1525090 or 10402536. OLE color: 10402536.

HSL color Cylindrical-coordinate representation of color #E8BA9E: hue angle of 22.7º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8BA9E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 158 -
CMYK 0 0.20 0.32 0.09
HSL 22.7º 0.62% 0.76% -
HSV(B) 22.7º 0.32% 0.91% -
XYZ 57.01 54.74 39.91 -
YUV 196.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 232 186 158 0 0.20 0.32 0.09 22.7 0.62 0.76
Hex E8 BA 9E 0 14 20 9 17 3E 4C
Octal 350 272 236 0 24 40 11 27 76 114
Binary 11101000 10111010 10011110 0 10100 100000 1001 10111 111110 1001100

Color Harmonies of #E8BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BA9E

Black with #E8BA9E

Text Example


Text Example

White with #E8BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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