Html Css Color HEX #EDBFBA Beauty Bush

📋 copy color: '#EDBFBA'

red 237 ◦ green 191 ◦ blue 186

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

Shades of Beauty Bush #EDBFBA

Tints of Beauty Bush #EDBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.11%

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

R = 38.6%
G = 31.11%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDBFBA (or 0xEDBFBA) is known color: Beauty Bush. HEX triplet: ED, BF and BA. RGB value is (237,191,186). Sum of RGB (Red+Green+Blue) = 237+191+186=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBA is #124045. Grayscale: #CCCCCC. Windows color (decimal): -1196102 or 12238829. OLE color: 12238829.

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

Color convert

RGB 237 191 186 -
CMYK 0 0.19 0.22 0.07
HSL 5.88º 0.59% 0.83% -
HSV(B) 5.88º 0.22% 0.93% -
XYZ 62.42 58.81 54.52 -
YUV 204.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 237 191 186 0 0.19 0.22 0.07 5.88 0.59 0.83
Hex ED BF BA 0 13 16 7 6 3B 53
Octal 355 277 272 0 23 26 7 6 73 123
Binary 11101101 10111111 10111010 0 10011 10110 111 110 111011 1010011

Color Harmonies of #EDBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFBA

Black with #EDBFBA

Text Example


Text Example

White with #EDBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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