Html Css Color HEX #EAAF97 Wax Flower

📋 copy color: '#EAAF97'

red 234 ◦ green 175 ◦ blue 151

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

Shades of Wax Flower #EAAF97

Tints of Wax Flower #EAAF97

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.25%

 BLUE value IS 151 (59.38% from 255) = 26.96%

R = 41.79%
G = 31.25%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAAF97 (or 0xEAAF97) is known color: Wax Flower. HEX triplet: EA, AF and 97. RGB value is (234,175,151). Sum of RGB (Red+Green+Blue) = 234+175+151=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF97 is #155068. Grayscale: #BEBEBE. Windows color (decimal): -1396841 or 9940970. OLE color: 9940970.

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

Color convert

RGB 234 175 151 -
CMYK 0 0.25 0.35 0.08
HSL 17.35º 0.66% 0.75% -
HSV(B) 17.35º 0.35% 0.92% -
XYZ 54.85 50.39 36.11 -
YUV 189.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 234 175 151 0 0.25 0.35 0.08 17.35 0.66 0.75
Hex EA AF 97 0 19 23 8 11 42 4B
Octal 352 257 227 0 31 43 10 21 102 113
Binary 11101010 10101111 10010111 0 11001 100011 1000 10001 1000010 1001011

Color Harmonies of #EAAF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF97

Black with #EAAF97

Text Example


Text Example

White with #EAAF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF97; }

 p { color: rgb(234,175,151); }

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

background-color css

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

 a { background-color: rgb(234,175,151); }

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

border-color css

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

 span { border-color: rgb(234,175,151); }

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