Html Css Color HEX #EDB1AD Beauty Bush

📋 copy color: '#EDB1AD'

red 237 ◦ green 177 ◦ blue 173

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

Shades of Beauty Bush #EDB1AD

Tints of Beauty Bush #EDB1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.15%

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

R = 40.37%
G = 30.15%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB1AD (or 0xEDB1AD) is known color: Beauty Bush. HEX triplet: ED, B1 and AD. RGB value is (237,177,173). Sum of RGB (Red+Green+Blue) = 237+177+173=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AD is #124E52. Grayscale: #C2C2C2. Windows color (decimal): -1199699 or 11383277. OLE color: 11383277.

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

Color convert

RGB 237 177 173 -
CMYK 0 0.25 0.27 0.07
HSL 3.75º 0.64% 0.8% -
HSV(B) 3.75º 0.27% 0.93% -
XYZ 58.19 52.47 46.6 -
YUV 194.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 237 177 173 0 0.25 0.27 0.07 3.75 0.64 0.8
Hex ED B1 AD 0 19 1B 7 4 40 50
Octal 355 261 255 0 31 33 7 4 100 120
Binary 11101101 10110001 10101101 0 11001 11011 111 100 1000000 1010000

Color Harmonies of #EDB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1AD

Black with #EDB1AD

Text Example


Text Example

White with #EDB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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