Html Css Color HEX #EDB6AC Beauty Bush

📋 copy color: '#EDB6AC'

red 237 ◦ green 182 ◦ blue 172

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

Shades of Beauty Bush #EDB6AC

Tints of Beauty Bush #EDB6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.8%

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

R = 40.1%
G = 30.8%
B = 29.1%

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

#EDB6AC (or 0xEDB6AC) is known color: Beauty Bush. HEX triplet: ED, B6 and AC. RGB value is (237,182,172). Sum of RGB (Red+Green+Blue) = 237+182+172=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB6AC is #124953. Grayscale: #C5C5C5. Windows color (decimal): -1198420 or 11319021. OLE color: 11319021.

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

Color convert

RGB 237 182 172 -
CMYK 0 0.23 0.27 0.07
HSL 9.23º 0.64% 0.8% -
HSV(B) 9.23º 0.27% 0.93% -
XYZ 59.1 54.44 46.42 -
YUV 197.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 237 182 172 0 0.23 0.27 0.07 9.23 0.64 0.8
Hex ED B6 AC 0 17 1B 7 9 40 50
Octal 355 266 254 0 27 33 7 11 100 120
Binary 11101101 10110110 10101100 0 10111 11011 111 1001 1000000 1010000

Color Harmonies of #EDB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6AC

Black with #EDB6AC

Text Example


Text Example

White with #EDB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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