Html Css Color HEX #EAAC9D Wax Flower

📋 copy color: '#EAAC9D'

red 234 ◦ green 172 ◦ blue 157

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

Shades of Wax Flower #EAAC9D

Tints of Wax Flower #EAAC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 41.56%
G = 30.55%
B = 27.89%

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

#EAAC9D (or 0xEAAC9D) is known color: Wax Flower. HEX triplet: EA, AC and 9D. RGB value is (234,172,157). Sum of RGB (Red+Green+Blue) = 234+172+157=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC9D is #155362. Grayscale: #BCBCBC. Windows color (decimal): -1397603 or 10333418. OLE color: 10333418.

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

Color convert

RGB 234 172 157 -
CMYK 0 0.26 0.33 0.08
HSL 11.69º 0.65% 0.77% -
HSV(B) 11.69º 0.33% 0.92% -
XYZ 54.77 49.43 38.55 -
YUV 188.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 234 172 157 0 0.26 0.33 0.08 11.69 0.65 0.77
Hex EA AC 9D 0 1A 21 8 C 41 4D
Octal 352 254 235 0 32 41 10 14 101 115
Binary 11101010 10101100 10011101 0 11010 100001 1000 1100 1000001 1001101

Color Harmonies of #EAAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC9D

Black with #EAAC9D

Text Example


Text Example

White with #EAAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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