Html Css Color HEX #EDBFB3 Beauty Bush

📋 copy color: '#EDBFB3'

red 237 ◦ green 191 ◦ blue 179

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

Shades of Beauty Bush #EDBFB3

Tints of Beauty Bush #EDBFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.49%

R = 39.04%
G = 31.47%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDBFB3 (or 0xEDBFB3) is known color: Beauty Bush. HEX triplet: ED, BF and B3. RGB value is (237,191,179). Sum of RGB (Red+Green+Blue) = 237+191+179=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFB3 is #12404C. Grayscale: #CBCBCB. Windows color (decimal): -1196109 or 11780077. OLE color: 11780077.

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

Color convert

RGB 237 191 179 -
CMYK 0 0.19 0.24 0.07
HSL 12.41º 0.62% 0.82% -
HSV(B) 12.41º 0.24% 0.93% -
XYZ 61.69 58.52 50.69 -
YUV 203.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 237 191 179 0 0.19 0.24 0.07 12.41 0.62 0.82
Hex ED BF B3 0 13 18 7 C 3E 52
Octal 355 277 263 0 23 30 7 14 76 122
Binary 11101101 10111111 10110011 0 10011 11000 111 1100 111110 1010010

Color Harmonies of #EDBFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFB3

Black with #EDBFB3

Text Example


Text Example

White with #EDBFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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