Html Css Color HEX #EAAC9A Wax Flower

📋 copy color: '#EAAC9A'

red 234 ◦ green 172 ◦ blue 154

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

Shades of Wax Flower #EAAC9A

Tints of Wax Flower #EAAC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 41.79%
G = 30.71%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAAC9A (or 0xEAAC9A) is known color: Wax Flower. HEX triplet: EA, AC and 9A. RGB value is (234,172,154). Sum of RGB (Red+Green+Blue) = 234+172+154=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC9A is #155365. Grayscale: #BCBCBC. Windows color (decimal): -1397606 or 10136810. OLE color: 10136810.

HSL color Cylindrical-coordinate representation of color #EAAC9A: hue angle of 13.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAAC9A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 154 -
CMYK 0 0.26 0.34 0.08
HSL 13.5º 0.66% 0.76% -
HSV(B) 13.5º 0.34% 0.92% -
XYZ 54.52 49.33 37.22 -
YUV 188.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 234 172 154 0 0.26 0.34 0.08 13.5 0.66 0.76
Hex EA AC 9A 0 1A 22 8 E 42 4C
Octal 352 254 232 0 32 42 10 16 102 114
Binary 11101010 10101100 10011010 0 11010 100010 1000 1110 1000010 1001100

Color Harmonies of #EAAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC9A

Black with #EAAC9A

Text Example


Text Example

White with #EAAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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