Html Css Color HEX #E8AF95 Wax Flower

📋 copy color: '#E8AF95'

red 232 ◦ green 175 ◦ blue 149

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

Shades of Wax Flower #E8AF95

Tints of Wax Flower #E8AF95

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.47%

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

R = 41.73%
G = 31.47%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E8AF95 (or 0xE8AF95) is known color: Wax Flower. HEX triplet: E8, AF and 95. RGB value is (232,175,149). Sum of RGB (Red+Green+Blue) = 232+175+149=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF95 is #17506A. Grayscale: #BDBDBD. Windows color (decimal): -1527915 or 9809896. OLE color: 9809896.

HSL color Cylindrical-coordinate representation of color #E8AF95: hue angle of 18.8º 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 #E8AF95 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 149 -
CMYK 0 0.25 0.36 0.09
HSL 18.8º 0.64% 0.75% -
HSV(B) 18.8º 0.36% 0.91% -
XYZ 54.03 49.99 35.23 -
YUV 189.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 232 175 149 0 0.25 0.36 0.09 18.8 0.64 0.75
Hex E8 AF 95 0 19 24 9 13 40 4B
Octal 350 257 225 0 31 44 11 23 100 113
Binary 11101000 10101111 10010101 0 11001 100100 1001 10011 1000000 1001011

Color Harmonies of #E8AF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF95

Black with #E8AF95

Text Example


Text Example

White with #E8AF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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