Html Css Color HEX #EAAA9B Wax Flower

📋 copy color: '#EAAA9B'

red 234 ◦ green 170 ◦ blue 155

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

Shades of Wax Flower #EAAA9B

Tints of Wax Flower #EAAA9B

RGB

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

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

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

R = 41.86%
G = 30.41%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAAA9B (or 0xEAAA9B) is known color: Wax Flower. HEX triplet: EA, AA and 9B. RGB value is (234,170,155). Sum of RGB (Red+Green+Blue) = 234+170+155=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA9B is #155564. Grayscale: #BBBBBB. Windows color (decimal): -1398117 or 10201834. OLE color: 10201834.

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

Color convert

RGB 234 170 155 -
CMYK 0 0.27 0.34 0.08
HSL 11.39º 0.65% 0.76% -
HSV(B) 11.39º 0.34% 0.92% -
XYZ 54.22 48.61 37.53 -
YUV 187.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 234 170 155 0 0.27 0.34 0.08 11.39 0.65 0.76
Hex EA AA 9B 0 1B 22 8 B 41 4C
Octal 352 252 233 0 33 42 10 13 101 114
Binary 11101010 10101010 10011011 0 11011 100010 1000 1011 1000001 1001100

Color Harmonies of #EAAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA9B

Black with #EAAA9B

Text Example


Text Example

White with #EAAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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