Html Css Color HEX #E8AF9A Wax Flower

📋 copy color: '#E8AF9A'

red 232 ◦ green 175 ◦ blue 154

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

Shades of Wax Flower #E8AF9A

Tints of Wax Flower #E8AF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.45%

R = 41.35%
G = 31.19%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8AF9A (or 0xE8AF9A) is known color: Wax Flower. HEX triplet: E8, AF and 9A. RGB value is (232,175,154). Sum of RGB (Red+Green+Blue) = 232+175+154=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF9A is #175065. Grayscale: #BDBDBD. Windows color (decimal): -1527910 or 10137576. OLE color: 10137576.

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

Color convert

RGB 232 175 154 -
CMYK 0 0.25 0.34 0.09
HSL 16.15º 0.63% 0.76% -
HSV(B) 16.15º 0.34% 0.91% -
XYZ 54.44 50.15 37.38 -
YUV 189.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 232 175 154 0 0.25 0.34 0.09 16.15 0.63 0.76
Hex E8 AF 9A 0 19 22 9 10 3F 4C
Octal 350 257 232 0 31 42 11 20 77 114
Binary 11101000 10101111 10011010 0 11001 100010 1001 10000 111111 1001100

Color Harmonies of #E8AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF9A

Black with #E8AF9A

Text Example


Text Example

White with #E8AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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