Html Css Color HEX #E7AC94 Wax Flower

📋 copy color: '#E7AC94'

red 231 ◦ green 172 ◦ blue 148

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

Shades of Wax Flower #E7AC94

Tints of Wax Flower #E7AC94

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 41.92%
G = 31.22%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E7AC94 (or 0xE7AC94) is known color: Wax Flower. HEX triplet: E7, AC and 94. RGB value is (231,172,148). Sum of RGB (Red+Green+Blue) = 231+172+148=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AC94 is #18536B. Grayscale: #BBBBBB. Windows color (decimal): -1594220 or 9743591. OLE color: 9743591.

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

Color convert

RGB 231 172 148 -
CMYK 0 0.26 0.36 0.09
HSL 17.35º 0.63% 0.74% -
HSV(B) 17.35º 0.36% 0.91% -
XYZ 53.05 48.63 34.61 -
YUV 186.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 231 172 148 0 0.26 0.36 0.09 17.35 0.63 0.74
Hex E7 AC 94 0 1A 24 9 11 3F 4A
Octal 347 254 224 0 32 44 11 21 77 112
Binary 11100111 10101100 10010100 0 11010 100100 1001 10001 111111 1001010

Color Harmonies of #E7AC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AC94

Black with #E7AC94

Text Example


Text Example

White with #E7AC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AC94; }

 p { color: rgb(231,172,148); }

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

background-color css

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

 a { background-color: rgb(231,172,148); }

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

border-color css

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

 span { border-color: rgb(231,172,148); }

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