Html Css Color HEX #EDB8AC Beauty Bush

📋 copy color: '#EDB8AC'

red 237 ◦ green 184 ◦ blue 172

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

Shades of Beauty Bush #EDB8AC

Tints of Beauty Bush #EDB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.03%

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

R = 39.97%
G = 31.03%
B = 29.01%

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

#EDB8AC (or 0xEDB8AC) is known color: Beauty Bush. HEX triplet: ED, B8 and AC. RGB value is (237,184,172). Sum of RGB (Red+Green+Blue) = 237+184+172=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8AC is #124753. Grayscale: #C6C6C6. Windows color (decimal): -1197908 or 11319533. OLE color: 11319533.

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

Color convert

RGB 237 184 172 -
CMYK 0 0.22 0.27 0.07
HSL 11.08º 0.64% 0.8% -
HSV(B) 11.08º 0.27% 0.93% -
XYZ 59.51 55.26 46.56 -
YUV 198.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 237 184 172 0 0.22 0.27 0.07 11.08 0.64 0.8
Hex ED B8 AC 0 16 1B 7 B 40 50
Octal 355 270 254 0 26 33 7 13 100 120
Binary 11101101 10111000 10101100 0 10110 11011 111 1011 1000000 1010000

Color Harmonies of #EDB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8AC

Black with #EDB8AC

Text Example


Text Example

White with #EDB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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