Html Css Color HEX #EAA698 Wax Flower

📋 copy color: '#EAA698'

red 234 ◦ green 166 ◦ blue 152

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

Shades of Wax Flower #EAA698

Tints of Wax Flower #EAA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

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

R = 42.39%
G = 30.07%
B = 27.54%

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

#EAA698 (or 0xEAA698) is known color: Wax Flower. HEX triplet: EA, A6 and 98. RGB value is (234,166,152). Sum of RGB (Red+Green+Blue) = 234+166+152=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA698 is #155967. Grayscale: #B8B8B8. Windows color (decimal): -1399144 or 10004202. OLE color: 10004202.

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

Color convert

RGB 234 166 152 -
CMYK 0 0.29 0.35 0.08
HSL 10.24º 0.66% 0.76% -
HSV(B) 10.24º 0.35% 0.92% -
XYZ 53.24 47.03 35.98 -
YUV 184.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 234 166 152 0 0.29 0.35 0.08 10.24 0.66 0.76
Hex EA A6 98 0 1D 23 8 A 42 4C
Octal 352 246 230 0 35 43 10 12 102 114
Binary 11101010 10100110 10011000 0 11101 100011 1000 1010 1000010 1001100

Color Harmonies of #EAA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA698

Black with #EAA698

Text Example


Text Example

White with #EAA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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