Html Css Color HEX #EDBAB6 Beauty Bush

📋 copy color: '#EDBAB6'

red 237 ◦ green 186 ◦ blue 182

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

Shades of Beauty Bush #EDBAB6

Tints of Beauty Bush #EDBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 39.17%
G = 30.74%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDBAB6 (or 0xEDBAB6) is known color: Beauty Bush. HEX triplet: ED, BA and B6. RGB value is (237,186,182). Sum of RGB (Red+Green+Blue) = 237+186+182=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB6 is #124549. Grayscale: #C8C8C8. Windows color (decimal): -1197386 or 11975405. OLE color: 11975405.

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

Color convert

RGB 237 186 182 -
CMYK 0 0.22 0.23 0.07
HSL 4.36º 0.6% 0.82% -
HSV(B) 4.36º 0.23% 0.93% -
XYZ 60.93 56.5 51.95 -
YUV 200.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 237 186 182 0 0.22 0.23 0.07 4.36 0.6 0.82
Hex ED BA B6 0 16 17 7 4 3C 52
Octal 355 272 266 0 26 27 7 4 74 122
Binary 11101101 10111010 10110110 0 10110 10111 111 100 111100 1010010

Color Harmonies of #EDBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB6

Black with #EDBAB6

Text Example


Text Example

White with #EDBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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