Html Css Color HEX #EDB5AD Beauty Bush

📋 copy color: '#EDB5AD'

red 237 ◦ green 181 ◦ blue 173

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

Shades of Beauty Bush #EDB5AD

Tints of Beauty Bush #EDB5AD

RGB

 RED value IS 237 (92.97% from 255) = 40.1%

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

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

R = 40.1%
G = 30.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB5AD (or 0xEDB5AD) is known color: Beauty Bush. HEX triplet: ED, B5 and AD. RGB value is (237,181,173). Sum of RGB (Red+Green+Blue) = 237+181+173=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5AD is #124A52. Grayscale: #C4C4C4. Windows color (decimal): -1198675 or 11384301. OLE color: 11384301.

HSL color Cylindrical-coordinate representation of color #EDB5AD: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB5AD is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 173 -
CMYK 0 0.24 0.27 0.07
HSL 7.5º 0.64% 0.8% -
HSV(B) 7.5º 0.27% 0.93% -
XYZ 58.99 54.07 46.86 -
YUV 196.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 237 181 173 0 0.24 0.27 0.07 7.5 0.64 0.8
Hex ED B5 AD 0 18 1B 7 8 40 50
Octal 355 265 255 0 30 33 7 10 100 120
Binary 11101101 10110101 10101101 0 11000 11011 111 1000 1000000 1010000

Color Harmonies of #EDB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5AD

Black with #EDB5AD

Text Example


Text Example

White with #EDB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5AD; }

 p { color: rgb(237,181,173); }

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

background-color css

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

 a { background-color: rgb(237,181,173); }

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

border-color css

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

 span { border-color: rgb(237,181,173); }

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