Html Css Color HEX #EAAF9E Wax Flower

📋 copy color: '#EAAF9E'

red 234 ◦ green 175 ◦ blue 158

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

Shades of Wax Flower #EAAF9E

Tints of Wax Flower #EAAF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.87%

R = 41.27%
G = 30.86%
B = 27.87%

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

#EAAF9E (or 0xEAAF9E) is known color: Wax Flower. HEX triplet: EA, AF and 9E. RGB value is (234,175,158). Sum of RGB (Red+Green+Blue) = 234+175+158=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF9E is #155061. Grayscale: #BEBEBE. Windows color (decimal): -1396834 or 10399722. OLE color: 10399722.

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

Color convert

RGB 234 175 158 -
CMYK 0 0.25 0.32 0.08
HSL 13.42º 0.64% 0.77% -
HSV(B) 13.42º 0.32% 0.92% -
XYZ 55.43 50.62 39.2 -
YUV 190.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 234 175 158 0 0.25 0.32 0.08 13.42 0.64 0.77
Hex EA AF 9E 0 19 20 8 D 40 4D
Octal 352 257 236 0 31 40 10 15 100 115
Binary 11101010 10101111 10011110 0 11001 100000 1000 1101 1000000 1001101

Color Harmonies of #EAAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF9E

Black with #EAAF9E

Text Example


Text Example

White with #EAAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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