Html Css Color HEX #EAAB99 Wax Flower

📋 copy color: '#EAAB99'

red 234 ◦ green 171 ◦ blue 153

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

Shades of Wax Flower #EAAB99

Tints of Wax Flower #EAAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.65%

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

R = 41.94%
G = 30.65%
B = 27.42%

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

#EAAB99 (or 0xEAAB99) is known color: Wax Flower. HEX triplet: EA, AB and 99. RGB value is (234,171,153). Sum of RGB (Red+Green+Blue) = 234+171+153=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB99 is #155466. Grayscale: #BBBBBB. Windows color (decimal): -1397863 or 10071018. OLE color: 10071018.

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

Color convert

RGB 234 171 153 -
CMYK 0 0.27 0.35 0.08
HSL 13.33º 0.66% 0.76% -
HSV(B) 13.33º 0.35% 0.92% -
XYZ 54.24 48.92 36.72 -
YUV 187.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 234 171 153 0 0.27 0.35 0.08 13.33 0.66 0.76
Hex EA AB 99 0 1B 23 8 D 42 4C
Octal 352 253 231 0 33 43 10 15 102 114
Binary 11101010 10101011 10011001 0 11011 100011 1000 1101 1000010 1001100

Color Harmonies of #EAAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB99

Black with #EAAB99

Text Example


Text Example

White with #EAAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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