Html Css Color HEX #EDBAB1 Beauty Bush

📋 copy color: '#EDBAB1'

red 237 ◦ green 186 ◦ blue 177

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

Shades of Beauty Bush #EDBAB1

Tints of Beauty Bush #EDBAB1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

 BLUE value IS 177 (69.53% from 255) = 29.5%

R = 39.5%
G = 31%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBAB1 (or 0xEDBAB1) is known color: Beauty Bush. HEX triplet: ED, BA and B1. RGB value is (237,186,177). Sum of RGB (Red+Green+Blue) = 237+186+177=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAB1 is #12454E. Grayscale: #C8C8C8. Windows color (decimal): -1197391 or 11647725. OLE color: 11647725.

HSL color Cylindrical-coordinate representation of color #EDBAB1: hue angle of 9º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBAB1 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 177 -
CMYK 0 0.22 0.25 0.07
HSL 0.63% 0.81% -
HSV(B) 0.25% 0.93% -
XYZ 60.42 56.3 49.28 -
YUV 200.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 237 186 177 0 0.22 0.25 0.07 9 0.63 0.81
Hex ED BA B1 0 16 19 7 9 3E 51
Octal 355 272 261 0 26 31 7 11 76 121
Binary 11101101 10111010 10110001 0 10110 11001 111 1001 111110 1010001

Color Harmonies of #EDBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB1

Black with #EDBAB1

Text Example


Text Example

White with #EDBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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