Html Css Color HEX #E8B095 Wax Flower

📋 copy color: '#E8B095'

red 232 ◦ green 176 ◦ blue 149

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

Shades of Wax Flower #E8B095

Tints of Wax Flower #E8B095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

 BLUE value IS 149 (58.59% from 255) = 26.75%

R = 41.65%
G = 31.6%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E8B095 (or 0xE8B095) is known color: Wax Flower. HEX triplet: E8, B0 and 95. RGB value is (232,176,149). Sum of RGB (Red+Green+Blue) = 232+176+149=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B095 is #174F6A. Grayscale: #BDBDBD. Windows color (decimal): -1527659 or 9810152. OLE color: 9810152.

HSL color Cylindrical-coordinate representation of color #E8B095: hue angle of 19.52º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8B095 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 176 149 -
CMYK 0 0.24 0.36 0.09
HSL 19.52º 0.64% 0.75% -
HSV(B) 19.52º 0.36% 0.91% -
XYZ 54.23 50.38 35.3 -
YUV 189.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 232 176 149 0 0.24 0.36 0.09 19.52 0.64 0.75
Hex E8 B0 95 0 18 24 9 14 40 4B
Octal 350 260 225 0 30 44 11 24 100 113
Binary 11101000 10110000 10010101 0 11000 100100 1001 10100 1000000 1001011

Color Harmonies of #E8B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B095

Black with #E8B095

Text Example


Text Example

White with #E8B095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B095; }

 p { color: rgb(232,176,149); }

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

background-color css

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

 a { background-color: rgb(232,176,149); }

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

border-color css

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

 span { border-color: rgb(232,176,149); }

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