Html Css Color HEX #EAA59A Wax Flower

📋 copy color: '#EAA59A'

red 234 ◦ green 165 ◦ blue 154

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

Shades of Wax Flower #EAA59A

Tints of Wax Flower #EAA59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.84%

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

R = 42.31%
G = 29.84%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAA59A (or 0xEAA59A) is known color: Wax Flower. HEX triplet: EA, A5 and 9A. RGB value is (234,165,154). Sum of RGB (Red+Green+Blue) = 234+165+154=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA59A is #155A65. Grayscale: #B8B8B8. Windows color (decimal): -1399398 or 10135018. OLE color: 10135018.

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

Color convert

RGB 234 165 154 -
CMYK 0 0.29 0.34 0.08
HSL 8.25º 0.66% 0.76% -
HSV(B) 8.25º 0.34% 0.92% -
XYZ 53.22 46.74 36.79 -
YUV 184.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 234 165 154 0 0.29 0.34 0.08 8.25 0.66 0.76
Hex EA A5 9A 0 1D 22 8 8 42 4C
Octal 352 245 232 0 35 42 10 10 102 114
Binary 11101010 10100101 10011010 0 11101 100010 1000 1000 1000010 1001100

Color Harmonies of #EAA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA59A

Black with #EAA59A

Text Example


Text Example

White with #EAA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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