Html Css Color HEX #EDB7AD Beauty Bush

📋 copy color: '#EDB7AD'

red 237 ◦ green 183 ◦ blue 173

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

Shades of Beauty Bush #EDB7AD

Tints of Beauty Bush #EDB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.86%

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

R = 39.97%
G = 30.86%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB7AD (or 0xEDB7AD) is known color: Beauty Bush. HEX triplet: ED, B7 and AD. RGB value is (237,183,173). Sum of RGB (Red+Green+Blue) = 237+183+173=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB7AD is #124852. Grayscale: #C6C6C6. Windows color (decimal): -1198163 or 11384813. OLE color: 11384813.

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

Color convert

RGB 237 183 173 -
CMYK 0 0.23 0.27 0.07
HSL 9.38º 0.64% 0.8% -
HSV(B) 9.38º 0.27% 0.93% -
XYZ 59.4 54.89 47 -
YUV 198.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 237 183 173 0 0.23 0.27 0.07 9.38 0.64 0.8
Hex ED B7 AD 0 17 1B 7 9 40 50
Octal 355 267 255 0 27 33 7 11 100 120
Binary 11101101 10110111 10101101 0 10111 11011 111 1001 1000000 1010000

Color Harmonies of #EDB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7AD

Black with #EDB7AD

Text Example


Text Example

White with #EDB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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