Html Css Color HEX #EAB0AD Beauty Bush

📋 copy color: '#EAB0AD'

red 234 ◦ green 176 ◦ blue 173

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

Shades of Beauty Bush #EAB0AD

Tints of Beauty Bush #EAB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.19%

 BLUE value IS 173 (67.97% from 255) = 29.67%

R = 40.14%
G = 30.19%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAB0AD (or 0xEAB0AD) is known color: Beauty Bush. HEX triplet: EA, B0 and AD. RGB value is (234,176,173). Sum of RGB (Red+Green+Blue) = 234+176+173=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB0AD is #154F52. Grayscale: #C1C1C1. Windows color (decimal): -1396563 or 11383018. OLE color: 11383018.

HSL color Cylindrical-coordinate representation of color #EAB0AD: hue angle of 2.95º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB0AD is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 173 -
CMYK 0 0.25 0.26 0.08
HSL 2.95º 0.59% 0.8% -
HSV(B) 2.95º 0.26% 0.92% -
XYZ 57 51.56 46.48 -
YUV 193 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 234 176 173 0 0.25 0.26 0.08 2.95 0.59 0.8
Hex EA B0 AD 0 19 1A 8 3 3B 50
Octal 352 260 255 0 31 32 10 3 73 120
Binary 11101010 10110000 10101101 0 11001 11010 1000 11 111011 1010000

Color Harmonies of #EAB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0AD

Black with #EAB0AD

Text Example


Text Example

White with #EAB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0AD; }

 p { color: rgb(234,176,173); }

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

background-color css

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

 a { background-color: rgb(234,176,173); }

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

border-color css

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

 span { border-color: rgb(234,176,173); }

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