Html Css Color HEX #EAB49E Wax Flower

📋 copy color: '#EAB49E'

red 234 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #EAB49E

Tints of Wax Flower #EAB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

 BLUE value IS 158 (62.11% from 255) = 27.62%

R = 40.91%
G = 31.47%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB49E (or 0xEAB49E) is known color: Wax Flower. HEX triplet: EA, B4 and 9E. RGB value is (234,180,158). Sum of RGB (Red+Green+Blue) = 234+180+158=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49E is #154B61. Grayscale: #C1C1C1. Windows color (decimal): -1395554 or 10401002. OLE color: 10401002.

HSL color Cylindrical-coordinate representation of color #EAB49E: hue angle of 17.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAB49E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 158 -
CMYK 0 0.23 0.32 0.08
HSL 17.37º 0.64% 0.77% -
HSV(B) 17.37º 0.32% 0.92% -
XYZ 56.42 52.6 39.53 -
YUV 193.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 234 180 158 0 0.23 0.32 0.08 17.37 0.64 0.77
Hex EA B4 9E 0 17 20 8 11 40 4D
Octal 352 264 236 0 27 40 10 21 100 115
Binary 11101010 10110100 10011110 0 10111 100000 1000 10001 1000000 1001101

Color Harmonies of #EAB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB49E

Black with #EAB49E

Text Example


Text Example

White with #EAB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB49E; }

 p { color: rgb(234,180,158); }

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

background-color css

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

 a { background-color: rgb(234,180,158); }

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

border-color css

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

 span { border-color: rgb(234,180,158); }

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