Html Css Color HEX #EAAC9E Wax Flower

📋 copy color: '#EAAC9E'

red 234 ◦ green 172 ◦ blue 158

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

Shades of Wax Flower #EAAC9E

Tints of Wax Flower #EAAC9E

RGB

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

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

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

R = 41.49%
G = 30.5%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAAC9E (or 0xEAAC9E) is known color: Wax Flower. HEX triplet: EA, AC and 9E. RGB value is (234,172,158). Sum of RGB (Red+Green+Blue) = 234+172+158=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC9E is #155361. Grayscale: #BDBDBD. Windows color (decimal): -1397602 or 10398954. OLE color: 10398954.

HSL color Cylindrical-coordinate representation of color #EAAC9E: hue angle of 11.05º 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 #EAAC9E is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 158 -
CMYK 0 0.26 0.32 0.08
HSL 11.05º 0.64% 0.77% -
HSV(B) 11.05º 0.32% 0.92% -
XYZ 54.86 49.47 39 -
YUV 188.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 234 172 158 0 0.26 0.32 0.08 11.05 0.64 0.77
Hex EA AC 9E 0 1A 20 8 B 40 4D
Octal 352 254 236 0 32 40 10 13 100 115
Binary 11101010 10101100 10011110 0 11010 100000 1000 1011 1000000 1001101

Color Harmonies of #EAAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC9E

Black with #EAAC9E

Text Example


Text Example

White with #EAAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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