Html Css Color HEX #E8AF96 Wax Flower

📋 copy color: '#E8AF96'

red 232 ◦ green 175 ◦ blue 150

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

Shades of Wax Flower #E8AF96

Tints of Wax Flower #E8AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.93%

R = 41.65%
G = 31.42%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E8AF96 (or 0xE8AF96) is known color: Wax Flower. HEX triplet: E8, AF and 96. RGB value is (232,175,150). Sum of RGB (Red+Green+Blue) = 232+175+150=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF96 is #175069. Grayscale: #BDBDBD. Windows color (decimal): -1527914 or 9875432. OLE color: 9875432.

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

Color convert

RGB 232 175 150 -
CMYK 0 0.25 0.35 0.09
HSL 18.29º 0.64% 0.75% -
HSV(B) 18.29º 0.35% 0.91% -
XYZ 54.11 50.02 35.66 -
YUV 189.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 232 175 150 0 0.25 0.35 0.09 18.29 0.64 0.75
Hex E8 AF 96 0 19 23 9 12 40 4B
Octal 350 257 226 0 31 43 11 22 100 113
Binary 11101000 10101111 10010110 0 11001 100011 1001 10010 1000000 1001011

Color Harmonies of #E8AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF96

Black with #E8AF96

Text Example


Text Example

White with #E8AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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