Html Css Color HEX #EAAC9C Wax Flower

📋 copy color: '#EAAC9C'

red 234 ◦ green 172 ◦ blue 156

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

Shades of Wax Flower #EAAC9C

Tints of Wax Flower #EAAC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.76%

R = 41.64%
G = 30.6%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAAC9C (or 0xEAAC9C) is known color: Wax Flower. HEX triplet: EA, AC and 9C. RGB value is (234,172,156). Sum of RGB (Red+Green+Blue) = 234+172+156=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC9C is #155363. Grayscale: #BCBCBC. Windows color (decimal): -1397604 or 10267882. OLE color: 10267882.

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

Color convert

RGB 234 172 156 -
CMYK 0 0.26 0.33 0.08
HSL 12.31º 0.65% 0.76% -
HSV(B) 12.31º 0.33% 0.92% -
XYZ 54.68 49.4 38.11 -
YUV 188.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 234 172 156 0 0.26 0.33 0.08 12.31 0.65 0.76
Hex EA AC 9C 0 1A 21 8 C 41 4C
Octal 352 254 234 0 32 41 10 14 101 114
Binary 11101010 10101100 10011100 0 11010 100001 1000 1100 1000001 1001100

Color Harmonies of #EAAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC9C

Black with #EAAC9C

Text Example


Text Example

White with #EAAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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