Html Css Color HEX #EAAA99 Wax Flower

📋 copy color: '#EAAA99'

red 234 ◦ green 170 ◦ blue 153

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

Shades of Wax Flower #EAAA99

Tints of Wax Flower #EAAA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 153 (60.16% from 255) = 27.47%

R = 42.01%
G = 30.52%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAAA99 (or 0xEAAA99) is known color: Wax Flower. HEX triplet: EA, AA and 99. RGB value is (234,170,153). Sum of RGB (Red+Green+Blue) = 234+170+153=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA99 is #155566. Grayscale: #BBBBBB. Windows color (decimal): -1398119 or 10070762. OLE color: 10070762.

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

Color convert

RGB 234 170 153 -
CMYK 0 0.27 0.35 0.08
HSL 12.59º 0.66% 0.76% -
HSV(B) 12.59º 0.35% 0.92% -
XYZ 54.06 48.54 36.66 -
YUV 187.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 234 170 153 0 0.27 0.35 0.08 12.59 0.66 0.76
Hex EA AA 99 0 1B 23 8 D 42 4C
Octal 352 252 231 0 33 43 10 15 102 114
Binary 11101010 10101010 10011001 0 11011 100011 1000 1101 1000010 1001100

Color Harmonies of #EAAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA99

Black with #EAAA99

Text Example


Text Example

White with #EAAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA99; }

 p { color: rgb(234,170,153); }

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

background-color css

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

 a { background-color: rgb(234,170,153); }

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

border-color css

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

 span { border-color: rgb(234,170,153); }

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