Html Css Color HEX #EDC2BF Beauty Bush

📋 copy color: '#EDC2BF'

red 237 ◦ green 194 ◦ blue 191

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

Shades of Beauty Bush #EDC2BF

Tints of Beauty Bush #EDC2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.19%

 BLUE value IS 191 (75% from 255) = 30.71%

R = 38.1%
G = 31.19%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDC2BF (or 0xEDC2BF) is known color: Beauty Bush. HEX triplet: ED, C2 and BF. RGB value is (237,194,191). Sum of RGB (Red+Green+Blue) = 237+194+191=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BF is #123D40. Grayscale: #CECECE. Windows color (decimal): -1195329 or 12567277. OLE color: 12567277.

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

Color convert

RGB 237 194 191 -
CMYK 0 0.18 0.19 0.07
HSL 3.91º 0.56% 0.84% -
HSV(B) 3.91º 0.19% 0.93% -
XYZ 63.62 60.35 57.59 -
YUV 206.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 237 194 191 0 0.18 0.19 0.07 3.91 0.56 0.84
Hex ED C2 BF 0 12 13 7 4 38 54
Octal 355 302 277 0 22 23 7 4 70 124
Binary 11101101 11000010 10111111 0 10010 10011 111 100 111000 1010100

Color Harmonies of #EDC2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2BF

Black with #EDC2BF

Text Example


Text Example

White with #EDC2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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