Html Css Color HEX #EDB9B7 Beauty Bush

📋 copy color: '#EDB9B7'

red 237 ◦ green 185 ◦ blue 183

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

Shades of Beauty Bush #EDB9B7

Tints of Beauty Bush #EDB9B7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.58%

 BLUE value IS 183 (71.88% from 255) = 30.25%

R = 39.17%
G = 30.58%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDB9B7 (or 0xEDB9B7) is known color: Beauty Bush. HEX triplet: ED, B9 and B7. RGB value is (237,185,183). Sum of RGB (Red+Green+Blue) = 237+185+183=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9B7 is #124648. Grayscale: #C8C8C8. Windows color (decimal): -1197641 or 12040685. OLE color: 12040685.

HSL color Cylindrical-coordinate representation of color #EDB9B7: hue angle of 2.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB9B7 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 183 -
CMYK 0 0.22 0.23 0.07
HSL 2.22º 0.6% 0.82% -
HSV(B) 2.22º 0.23% 0.93% -
XYZ 60.82 56.12 52.43 -
YUV 200.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 237 185 183 0 0.22 0.23 0.07 2.22 0.6 0.82
Hex ED B9 B7 0 16 17 7 2 3C 52
Octal 355 271 267 0 26 27 7 2 74 122
Binary 11101101 10111001 10110111 0 10110 10111 111 10 111100 1010010

Color Harmonies of #EDB9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9B7

Black with #EDB9B7

Text Example


Text Example

White with #EDB9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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