Html Css Color HEX #E7AF92 Wax Flower

📋 copy color: '#E7AF92'

red 231 ◦ green 175 ◦ blue 146

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

Shades of Wax Flower #E7AF92

Tints of Wax Flower #E7AF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.45%

R = 41.85%
G = 31.7%
B = 26.45%

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

#E7AF92 (or 0xE7AF92) is known color: Wax Flower. HEX triplet: E7, AF and 92. RGB value is (231,175,146). Sum of RGB (Red+Green+Blue) = 231+175+146=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF92 is #18506D. Grayscale: #BCBCBC. Windows color (decimal): -1593454 or 9613287. OLE color: 9613287.

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

Color convert

RGB 231 175 146 -
CMYK 0 0.24 0.37 0.09
HSL 20.47º 0.64% 0.74% -
HSV(B) 20.47º 0.37% 0.91% -
XYZ 53.47 49.72 33.97 -
YUV 188.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 231 175 146 0 0.24 0.37 0.09 20.47 0.64 0.74
Hex E7 AF 92 0 18 25 9 14 40 4A
Octal 347 257 222 0 30 45 11 24 100 112
Binary 11100111 10101111 10010010 0 11000 100101 1001 10100 1000000 1001010

Color Harmonies of #E7AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF92

Black with #E7AF92

Text Example


Text Example

White with #E7AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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