Html Css Color HEX #EDB1AC Beauty Bush

📋 copy color: '#EDB1AC'

red 237 ◦ green 177 ◦ blue 172

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

Shades of Beauty Bush #EDB1AC

Tints of Beauty Bush #EDB1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

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

R = 40.44%
G = 30.2%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB1AC (or 0xEDB1AC) is known color: Beauty Bush. HEX triplet: ED, B1 and AC. RGB value is (237,177,172). Sum of RGB (Red+Green+Blue) = 237+177+172=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AC is #124E53. Grayscale: #C2C2C2. Windows color (decimal): -1199700 or 11317741. OLE color: 11317741.

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

Color convert

RGB 237 177 172 -
CMYK 0 0.25 0.27 0.07
HSL 4.62º 0.64% 0.8% -
HSV(B) 4.62º 0.27% 0.93% -
XYZ 58.09 52.43 46.09 -
YUV 194.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 237 177 172 0 0.25 0.27 0.07 4.62 0.64 0.8
Hex ED B1 AC 0 19 1B 7 5 40 50
Octal 355 261 254 0 31 33 7 5 100 120
Binary 11101101 10110001 10101100 0 11001 11011 111 101 1000000 1010000

Color Harmonies of #EDB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1AC

Black with #EDB1AC

Text Example


Text Example

White with #EDB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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