Html Css Color HEX #EDB3AD Beauty Bush

📋 copy color: '#EDB3AD'

red 237 ◦ green 179 ◦ blue 173

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

Shades of Beauty Bush #EDB3AD

Tints of Beauty Bush #EDB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.39%

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

R = 40.24%
G = 30.39%
B = 29.37%

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

#EDB3AD (or 0xEDB3AD) is known color: Beauty Bush. HEX triplet: ED, B3 and AD. RGB value is (237,179,173). Sum of RGB (Red+Green+Blue) = 237+179+173=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AD is #124C52. Grayscale: #C3C3C3. Windows color (decimal): -1199187 or 11383789. OLE color: 11383789.

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

Color convert

RGB 237 179 173 -
CMYK 0 0.24 0.27 0.07
HSL 5.63º 0.64% 0.8% -
HSV(B) 5.63º 0.27% 0.93% -
XYZ 58.59 53.26 46.73 -
YUV 195.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 237 179 173 0 0.24 0.27 0.07 5.63 0.64 0.8
Hex ED B3 AD 0 18 1B 7 6 40 50
Octal 355 263 255 0 30 33 7 6 100 120
Binary 11101101 10110011 10101101 0 11000 11011 111 110 1000000 1010000

Color Harmonies of #EDB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3AD

Black with #EDB3AD

Text Example


Text Example

White with #EDB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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