Html Css Color HEX #EAAF9F Wax Flower

📋 copy color: '#EAAF9F'

red 234 ◦ green 175 ◦ blue 159

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

Shades of Wax Flower #EAAF9F

Tints of Wax Flower #EAAF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.99%

R = 41.2%
G = 30.81%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAAF9F (or 0xEAAF9F) is known color: Wax Flower. HEX triplet: EA, AF and 9F. RGB value is (234,175,159). Sum of RGB (Red+Green+Blue) = 234+175+159=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF9F is #155060. Grayscale: #BEBEBE. Windows color (decimal): -1396833 or 10465258. OLE color: 10465258.

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

Color convert

RGB 234 175 159 -
CMYK 0 0.25 0.32 0.08
HSL 12.8º 0.64% 0.77% -
HSV(B) 12.8º 0.32% 0.92% -
XYZ 55.52 50.66 39.65 -
YUV 190.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 234 175 159 0 0.25 0.32 0.08 12.8 0.64 0.77
Hex EA AF 9F 0 19 20 8 D 40 4D
Octal 352 257 237 0 31 40 10 15 100 115
Binary 11101010 10101111 10011111 0 11001 100000 1000 1101 1000000 1001101

Color Harmonies of #EAAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF9F

Black with #EAAF9F

Text Example


Text Example

White with #EAAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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