Html Css Color HEX #E7A898 Wax Flower

📋 copy color: '#E7A898'

red 231 ◦ green 168 ◦ blue 152

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

Shades of Wax Flower #E7A898

Tints of Wax Flower #E7A898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.49%

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 41.92%
G = 30.49%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E7A898 (or 0xE7A898) is known color: Wax Flower. HEX triplet: E7, A8 and 98. RGB value is (231,168,152). Sum of RGB (Red+Green+Blue) = 231+168+152=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A898 is #185767. Grayscale: #B9B9B9. Windows color (decimal): -1595240 or 10004711. OLE color: 10004711.

HSL color Cylindrical-coordinate representation of color #E7A898: hue angle of 12.15º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7A898 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 168 152 -
CMYK 0 0.27 0.34 0.09
HSL 12.15º 0.62% 0.75% -
HSV(B) 12.15º 0.34% 0.91% -
XYZ 52.63 47.26 36.05 -
YUV 185.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 231 168 152 0 0.27 0.34 0.09 12.15 0.62 0.75
Hex E7 A8 98 0 1B 22 9 C 3E 4B
Octal 347 250 230 0 33 42 11 14 76 113
Binary 11100111 10101000 10011000 0 11011 100010 1001 1100 111110 1001011

Color Harmonies of #E7A898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A898

Black with #E7A898

Text Example


Text Example

White with #E7A898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A898; }

 p { color: rgb(231,168,152); }

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

background-color css

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

 a { background-color: rgb(231,168,152); }

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

border-color css

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

 span { border-color: rgb(231,168,152); }

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