Html Css Color HEX #EAB5AF Beauty Bush

📋 copy color: '#EAB5AF'

red 234 ◦ green 181 ◦ blue 175

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

Shades of Beauty Bush #EAB5AF

Tints of Beauty Bush #EAB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.68%

 BLUE value IS 175 (68.75% from 255) = 29.66%

R = 39.66%
G = 30.68%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAB5AF (or 0xEAB5AF) is known color: Beauty Bush. HEX triplet: EA, B5 and AF. RGB value is (234,181,175). Sum of RGB (Red+Green+Blue) = 234+181+175=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5AF is #154A50. Grayscale: #C4C4C4. Windows color (decimal): -1395281 or 11515370. OLE color: 11515370.

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

Color convert

RGB 234 181 175 -
CMYK 0 0.23 0.25 0.08
HSL 6.1º 0.58% 0.8% -
HSV(B) 6.1º 0.25% 0.92% -
XYZ 58.19 53.64 47.84 -
YUV 196.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 234 181 175 0 0.23 0.25 0.08 6.1 0.58 0.8
Hex EA B5 AF 0 17 19 8 6 3A 50
Octal 352 265 257 0 27 31 10 6 72 120
Binary 11101010 10110101 10101111 0 10111 11001 1000 110 111010 1010000

Color Harmonies of #EAB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5AF

Black with #EAB5AF

Text Example


Text Example

White with #EAB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5AF; }

 p { color: rgb(234,181,175); }

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

background-color css

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

 a { background-color: rgb(234,181,175); }

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

border-color css

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

 span { border-color: rgb(234,181,175); }

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