Html Css Color HEX #EDBEB7 Beauty Bush

📋 copy color: '#EDBEB7'

red 237 ◦ green 190 ◦ blue 183

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

Shades of Beauty Bush #EDBEB7

Tints of Beauty Bush #EDBEB7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

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

R = 38.85%
G = 31.15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDBEB7 (or 0xEDBEB7) is known color: Beauty Bush. HEX triplet: ED, BE and B7. RGB value is (237,190,183). Sum of RGB (Red+Green+Blue) = 237+190+183=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEB7 is #124148. Grayscale: #CBCBCB. Windows color (decimal): -1196361 or 12041965. OLE color: 12041965.

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

Color convert

RGB 237 190 183 -
CMYK 0 0.20 0.23 0.07
HSL 7.78º 0.6% 0.82% -
HSV(B) 7.78º 0.23% 0.93% -
XYZ 61.89 58.25 52.78 -
YUV 203.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 237 190 183 0 0.20 0.23 0.07 7.78 0.6 0.82
Hex ED BE B7 0 14 17 7 8 3C 52
Octal 355 276 267 0 24 27 7 10 74 122
Binary 11101101 10111110 10110111 0 10100 10111 111 1000 111100 1010010

Color Harmonies of #EDBEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEB7

Black with #EDBEB7

Text Example


Text Example

White with #EDBEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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