Html Css Color HEX #EDBDBA Beauty Bush

📋 copy color: '#EDBDBA'

red 237 ◦ green 189 ◦ blue 186

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

Shades of Beauty Bush #EDBDBA

Tints of Beauty Bush #EDBDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.88%

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 38.73%
G = 30.88%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDBDBA (or 0xEDBDBA) is known color: Beauty Bush. HEX triplet: ED, BD and BA. RGB value is (237,189,186). Sum of RGB (Red+Green+Blue) = 237+189+186=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBA is #124245. Grayscale: #CBCBCB. Windows color (decimal): -1196614 or 12238317. OLE color: 12238317.

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

Color convert

RGB 237 189 186 -
CMYK 0 0.20 0.22 0.07
HSL 3.53º 0.59% 0.83% -
HSV(B) 3.53º 0.22% 0.93% -
XYZ 61.99 57.94 54.37 -
YUV 203.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 237 189 186 0 0.20 0.22 0.07 3.53 0.59 0.83
Hex ED BD BA 0 14 16 7 4 3B 53
Octal 355 275 272 0 24 26 7 4 73 123
Binary 11101101 10111101 10111010 0 10100 10110 111 100 111011 1010011

Color Harmonies of #EDBDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDBA

Black with #EDBDBA

Text Example


Text Example

White with #EDBDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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