Html Css Color HEX #EAA895 Wax Flower

📋 copy color: '#EAA895'

red 234 ◦ green 168 ◦ blue 149

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

Shades of Wax Flower #EAA895

Tints of Wax Flower #EAA895

RGB

 RED value IS 234 (91.8% from 255) = 42.47%

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

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 42.47%
G = 30.49%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAA895 (or 0xEAA895) is known color: Wax Flower. HEX triplet: EA, A8 and 95. RGB value is (234,168,149). Sum of RGB (Red+Green+Blue) = 234+168+149=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA895 is #15576A. Grayscale: #B9B9B9. Windows color (decimal): -1398635 or 9808106. OLE color: 9808106.

HSL color Cylindrical-coordinate representation of color #EAA895: hue angle of 13.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA895 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 149 -
CMYK 0 0.28 0.36 0.08
HSL 13.41º 0.67% 0.75% -
HSV(B) 13.41º 0.36% 0.92% -
XYZ 53.36 47.67 34.82 -
YUV 185.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 234 168 149 0 0.28 0.36 0.08 13.41 0.67 0.75
Hex EA A8 95 0 1C 24 8 D 43 4B
Octal 352 250 225 0 34 44 10 15 103 113
Binary 11101010 10101000 10010101 0 11100 100100 1000 1101 1000011 1001011

Color Harmonies of #EAA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA895

Black with #EAA895

Text Example


Text Example

White with #EAA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA895; }

 p { color: rgb(234,168,149); }

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

background-color css

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

 a { background-color: rgb(234,168,149); }

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

border-color css

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

 span { border-color: rgb(234,168,149); }

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