Html Css Color HEX #E7AF9E Wax Flower

📋 copy color: '#E7AF9E'

red 231 ◦ green 175 ◦ blue 158

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

Shades of Wax Flower #E7AF9E

Tints of Wax Flower #E7AF9E

RGB

 RED value IS 231 (90.63% from 255) = 40.96%

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

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

R = 40.96%
G = 31.03%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7AF9E (or 0xE7AF9E) is known color: Wax Flower. HEX triplet: E7, AF and 9E. RGB value is (231,175,158). Sum of RGB (Red+Green+Blue) = 231+175+158=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF9E is #185061. Grayscale: #BDBDBD. Windows color (decimal): -1593442 or 10399719. OLE color: 10399719.

HSL color Cylindrical-coordinate representation of color #E7AF9E: hue angle of 13.97º degrees, saturation: 0.6, 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 #E7AF9E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 175 158 -
CMYK 0 0.24 0.32 0.09
HSL 13.97º 0.6% 0.76% -
HSV(B) 13.97º 0.32% 0.91% -
XYZ 54.46 50.12 39.15 -
YUV 189.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 231 175 158 0 0.24 0.32 0.09 13.97 0.6 0.76
Hex E7 AF 9E 0 18 20 9 E 3C 4C
Octal 347 257 236 0 30 40 11 16 74 114
Binary 11100111 10101111 10011110 0 11000 100000 1001 1110 111100 1001100

Color Harmonies of #E7AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF9E

Black with #E7AF9E

Text Example


Text Example

White with #E7AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF9E; }

 p { color: rgb(231,175,158); }

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

background-color css

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

 a { background-color: rgb(231,175,158); }

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

border-color css

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

 span { border-color: rgb(231,175,158); }

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