Html Css Color HEX #EAA598 Wax Flower

📋 copy color: '#EAA598'

red 234 ◦ green 165 ◦ blue 152

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

Shades of Wax Flower #EAA598

Tints of Wax Flower #EAA598

RGB

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

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

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

R = 42.47%
G = 29.95%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAA598 (or 0xEAA598) is known color: Wax Flower. HEX triplet: EA, A5 and 98. RGB value is (234,165,152). Sum of RGB (Red+Green+Blue) = 234+165+152=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA598 is #155A67. Grayscale: #B8B8B8. Windows color (decimal): -1399400 or 10003946. OLE color: 10003946.

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

Color convert

RGB 234 165 152 -
CMYK 0 0.29 0.35 0.08
HSL 9.51º 0.66% 0.76% -
HSV(B) 9.51º 0.35% 0.92% -
XYZ 53.05 46.67 35.92 -
YUV 184.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 234 165 152 0 0.29 0.35 0.08 9.51 0.66 0.76
Hex EA A5 98 0 1D 23 8 A 42 4C
Octal 352 245 230 0 35 43 10 12 102 114
Binary 11101010 10100101 10011000 0 11101 100011 1000 1010 1000010 1001100

Color Harmonies of #EAA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA598

Black with #EAA598

Text Example


Text Example

White with #EAA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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