Html Css Color HEX #EDB7AC Beauty Bush

📋 copy color: '#EDB7AC'

red 237 ◦ green 183 ◦ blue 172

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

Shades of Beauty Bush #EDB7AC

Tints of Beauty Bush #EDB7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.05%

R = 40.03%
G = 30.91%
B = 29.05%

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

#EDB7AC (or 0xEDB7AC) is known color: Beauty Bush. HEX triplet: ED, B7 and AC. RGB value is (237,183,172). Sum of RGB (Red+Green+Blue) = 237+183+172=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB7AC is #124853. Grayscale: #C5C5C5. Windows color (decimal): -1198164 or 11319277. OLE color: 11319277.

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

Color convert

RGB 237 183 172 -
CMYK 0 0.23 0.27 0.07
HSL 10.15º 0.64% 0.8% -
HSV(B) 10.15º 0.27% 0.93% -
XYZ 59.3 54.85 46.49 -
YUV 197.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 237 183 172 0 0.23 0.27 0.07 10.15 0.64 0.8
Hex ED B7 AC 0 17 1B 7 A 40 50
Octal 355 267 254 0 27 33 7 12 100 120
Binary 11101101 10110111 10101100 0 10111 11011 111 1010 1000000 1010000

Color Harmonies of #EDB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7AC

Black with #EDB7AC

Text Example


Text Example

White with #EDB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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