Html Css Color HEX #EDBAB0 Beauty Bush

📋 copy color: '#EDBAB0'

red 237 ◦ green 186 ◦ blue 176

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

Shades of Beauty Bush #EDBAB0

Tints of Beauty Bush #EDBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 39.57%
G = 31.05%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDBAB0 (or 0xEDBAB0) is known color: Beauty Bush. HEX triplet: ED, BA and B0. RGB value is (237,186,176). Sum of RGB (Red+Green+Blue) = 237+186+176=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAB0 is #12454F. Grayscale: #C8C8C8. Windows color (decimal): -1197392 or 11582189. OLE color: 11582189.

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

Color convert

RGB 237 186 176 -
CMYK 0 0.22 0.26 0.07
HSL 9.84º 0.63% 0.81% -
HSV(B) 9.84º 0.26% 0.93% -
XYZ 60.32 56.26 48.75 -
YUV 200.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 237 186 176 0 0.22 0.26 0.07 9.84 0.63 0.81
Hex ED BA B0 0 16 1A 7 A 3F 51
Octal 355 272 260 0 26 32 7 12 77 121
Binary 11101101 10111010 10110000 0 10110 11010 111 1010 111111 1010001

Color Harmonies of #EDBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB0

Black with #EDBAB0

Text Example


Text Example

White with #EDBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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