Html Css Color HEX #E7AD94 Wax Flower

📋 copy color: '#E7AD94'

red 231 ◦ green 173 ◦ blue 148

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

Shades of Wax Flower #E7AD94

Tints of Wax Flower #E7AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.34%

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

R = 41.85%
G = 31.34%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E7AD94 (or 0xE7AD94) is known color: Wax Flower. HEX triplet: E7, AD and 94. RGB value is (231,173,148). Sum of RGB (Red+Green+Blue) = 231+173+148=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AD94 is #18526B. Grayscale: #BBBBBB. Windows color (decimal): -1593964 or 9743847. OLE color: 9743847.

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

Color convert

RGB 231 173 148 -
CMYK 0 0.25 0.36 0.09
HSL 18.07º 0.63% 0.74% -
HSV(B) 18.07º 0.36% 0.91% -
XYZ 53.24 49.01 34.67 -
YUV 187.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 231 173 148 0 0.25 0.36 0.09 18.07 0.63 0.74
Hex E7 AD 94 0 19 24 9 12 3F 4A
Octal 347 255 224 0 31 44 11 22 77 112
Binary 11100111 10101101 10010100 0 11001 100100 1001 10010 111111 1001010

Color Harmonies of #E7AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD94

Black with #E7AD94

Text Example


Text Example

White with #E7AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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