Html Css Color HEX #EDB9AC Beauty Bush

📋 copy color: '#EDB9AC'

red 237 ◦ green 185 ◦ blue 172

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

Shades of Beauty Bush #EDB9AC

Tints of Beauty Bush #EDB9AC

RGB

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

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

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

R = 39.9%
G = 31.14%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB9AC (or 0xEDB9AC) is known color: Beauty Bush. HEX triplet: ED, B9 and AC. RGB value is (237,185,172). Sum of RGB (Red+Green+Blue) = 237+185+172=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB9AC is #124653. Grayscale: #C7C7C7. Windows color (decimal): -1197652 or 11319789. OLE color: 11319789.

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

Color convert

RGB 237 185 172 -
CMYK 0 0.22 0.27 0.07
HSL 12º 0.64% 0.8% -
HSV(B) 12º 0.27% 0.93% -
XYZ 59.72 55.68 46.63 -
YUV 199.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 237 185 172 0 0.22 0.27 0.07 12 0.64 0.8
Hex ED B9 AC 0 16 1B 7 C 40 50
Octal 355 271 254 0 26 33 7 14 100 120
Binary 11101101 10111001 10101100 0 10110 11011 111 1100 1000000 1010000

Color Harmonies of #EDB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9AC

Black with #EDB9AC

Text Example


Text Example

White with #EDB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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