Html Css Color HEX #EAA898 Wax Flower

📋 copy color: '#EAA898'

red 234 ◦ green 168 ◦ blue 152

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

Shades of Wax Flower #EAA898

Tints of Wax Flower #EAA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

 BLUE value IS 152 (59.77% from 255) = 27.44%

R = 42.24%
G = 30.32%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAA898 (or 0xEAA898) is known color: Wax Flower. HEX triplet: EA, A8 and 98. RGB value is (234,168,152). Sum of RGB (Red+Green+Blue) = 234+168+152=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA898 is #155767. Grayscale: #BABABA. Windows color (decimal): -1398632 or 10004714. OLE color: 10004714.

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

Color convert

RGB 234 168 152 -
CMYK 0 0.28 0.35 0.08
HSL 11.71º 0.66% 0.76% -
HSV(B) 11.71º 0.35% 0.92% -
XYZ 53.6 47.76 36.1 -
YUV 185.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 234 168 152 0 0.28 0.35 0.08 11.71 0.66 0.76
Hex EA A8 98 0 1C 23 8 C 42 4C
Octal 352 250 230 0 34 43 10 14 102 114
Binary 11101010 10101000 10011000 0 11100 100011 1000 1100 1000010 1001100

Color Harmonies of #EAA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA898

Black with #EAA898

Text Example


Text Example

White with #EAA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA898; }

 p { color: rgb(234,168,152); }

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

background-color css

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

 a { background-color: rgb(234,168,152); }

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

border-color css

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

 span { border-color: rgb(234,168,152); }

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