Html Css Color HEX #EDBAB7 Beauty Bush

📋 copy color: '#EDBAB7'

red 237 ◦ green 186 ◦ blue 183

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

Shades of Beauty Bush #EDBAB7

Tints of Beauty Bush #EDBAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.2%

R = 39.11%
G = 30.69%
B = 30.2%

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

#EDBAB7 (or 0xEDBAB7) is known color: Beauty Bush. HEX triplet: ED, BA and B7. RGB value is (237,186,183). Sum of RGB (Red+Green+Blue) = 237+186+183=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB7 is #124548. Grayscale: #C8C8C8. Windows color (decimal): -1197385 or 12040941. OLE color: 12040941.

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

Color convert

RGB 237 186 183 -
CMYK 0 0.22 0.23 0.07
HSL 3.33º 0.6% 0.82% -
HSV(B) 3.33º 0.23% 0.93% -
XYZ 61.03 56.54 52.5 -
YUV 200.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 237 186 183 0 0.22 0.23 0.07 3.33 0.6 0.82
Hex ED BA B7 0 16 17 7 3 3C 52
Octal 355 272 267 0 26 27 7 3 74 122
Binary 11101101 10111010 10110111 0 10110 10111 111 11 111100 1010010

Color Harmonies of #EDBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAB7

Black with #EDBAB7

Text Example


Text Example

White with #EDBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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