Html Css Color HEX #EAA99B Wax Flower

📋 copy color: '#EAA99B'

red 234 ◦ green 169 ◦ blue 155

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

Shades of Wax Flower #EAA99B

Tints of Wax Flower #EAA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.29%

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 41.94%
G = 30.29%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAA99B (or 0xEAA99B) is known color: Wax Flower. HEX triplet: EA, A9 and 9B. RGB value is (234,169,155). Sum of RGB (Red+Green+Blue) = 234+169+155=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA99B is #155664. Grayscale: #BABABA. Windows color (decimal): -1398373 or 10201578. OLE color: 10201578.

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

Color convert

RGB 234 169 155 -
CMYK 0 0.28 0.34 0.08
HSL 10.63º 0.65% 0.76% -
HSV(B) 10.63º 0.34% 0.92% -
XYZ 54.04 48.23 37.47 -
YUV 186.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 234 169 155 0 0.28 0.34 0.08 10.63 0.65 0.76
Hex EA A9 9B 0 1C 22 8 B 41 4C
Octal 352 251 233 0 34 42 10 13 101 114
Binary 11101010 10101001 10011011 0 11100 100010 1000 1011 1000001 1001100

Color Harmonies of #EAA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA99B

Black with #EAA99B

Text Example


Text Example

White with #EAA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA99B; }

 p { color: rgb(234,169,155); }

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

background-color css

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

 a { background-color: rgb(234,169,155); }

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

border-color css

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

 span { border-color: rgb(234,169,155); }

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