Html Css Color HEX #EAAF9C Wax Flower

📋 copy color: '#EAAF9C'

red 234 ◦ green 175 ◦ blue 156

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

Shades of Wax Flower #EAAF9C

Tints of Wax Flower #EAAF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 41.42%
G = 30.97%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAAF9C (or 0xEAAF9C) is known color: Wax Flower. HEX triplet: EA, AF and 9C. RGB value is (234,175,156). Sum of RGB (Red+Green+Blue) = 234+175+156=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF9C is #155063. Grayscale: #BEBEBE. Windows color (decimal): -1396836 or 10268650. OLE color: 10268650.

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

Color convert

RGB 234 175 156 -
CMYK 0 0.25 0.33 0.08
HSL 14.62º 0.65% 0.76% -
HSV(B) 14.62º 0.33% 0.92% -
XYZ 55.26 50.55 38.3 -
YUV 190.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 234 175 156 0 0.25 0.33 0.08 14.62 0.65 0.76
Hex EA AF 9C 0 19 21 8 F 41 4C
Octal 352 257 234 0 31 41 10 17 101 114
Binary 11101010 10101111 10011100 0 11001 100001 1000 1111 1000001 1001100

Color Harmonies of #EAAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF9C

Black with #EAAF9C

Text Example


Text Example

White with #EAAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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