Html Css Color HEX #E7AF91 Wax Flower

📋 copy color: '#E7AF91'

red 231 ◦ green 175 ◦ blue 145

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

Shades of Wax Flower #E7AF91

Tints of Wax Flower #E7AF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.32%

R = 41.92%
G = 31.76%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E7AF91 (or 0xE7AF91) is known color: Wax Flower. HEX triplet: E7, AF and 91. RGB value is (231,175,145). Sum of RGB (Red+Green+Blue) = 231+175+145=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF91 is #18506E. Grayscale: #BCBCBC. Windows color (decimal): -1593455 or 9547751. OLE color: 9547751.

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

Color convert

RGB 231 175 145 -
CMYK 0 0.24 0.37 0.09
HSL 20.93º 0.64% 0.74% -
HSV(B) 20.93º 0.37% 0.91% -
XYZ 53.4 49.69 33.57 -
YUV 188.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 231 175 145 0 0.24 0.37 0.09 20.93 0.64 0.74
Hex E7 AF 91 0 18 25 9 15 40 4A
Octal 347 257 221 0 30 45 11 25 100 112
Binary 11100111 10101111 10010001 0 11000 100101 1001 10101 1000000 1001010

Color Harmonies of #E7AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF91

Black with #E7AF91

Text Example


Text Example

White with #E7AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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