Html Css Color HEX #EBAA9A Wax Flower

📋 copy color: '#EBAA9A'

red 235 ◦ green 170 ◦ blue 154

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

Shades of Wax Flower #EBAA9A

Tints of Wax Flower #EBAA9A

RGB

 RED value IS 235 (92.19% from 255) = 42.04%

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

 BLUE value IS 154 (60.55% from 255) = 27.55%

R = 42.04%
G = 30.41%
B = 27.55%

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

#EBAA9A (or 0xEBAA9A) is known color: Wax Flower. HEX triplet: EB, AA and 9A. RGB value is (235,170,154). Sum of RGB (Red+Green+Blue) = 235+170+154=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA9A is #145565. Grayscale: #BBBBBB. Windows color (decimal): -1332582 or 10136299. OLE color: 10136299.

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

Color convert

RGB 235 170 154 -
CMYK 0 0.28 0.34 0.08
HSL 11.85º 0.67% 0.76% -
HSV(B) 11.85º 0.34% 0.92% -
XYZ 54.47 48.74 37.11 -
YUV 187.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 235 170 154 0 0.28 0.34 0.08 11.85 0.67 0.76
Hex EB AA 9A 0 1C 22 8 C 43 4C
Octal 353 252 232 0 34 42 10 14 103 114
Binary 11101011 10101010 10011010 0 11100 100010 1000 1100 1000011 1001100

Color Harmonies of #EBAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA9A

Black with #EBAA9A

Text Example


Text Example

White with #EBAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA9A; }

 p { color: rgb(235,170,154); }

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

background-color css

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

 a { background-color: rgb(235,170,154); }

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

border-color css

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

 span { border-color: rgb(235,170,154); }

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