Html Css Color HEX #EDC4BF Beauty Bush

📋 copy color: '#EDC4BF'

red 237 ◦ green 196 ◦ blue 191

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

Shades of Beauty Bush #EDC4BF

Tints of Beauty Bush #EDC4BF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.41%

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

R = 37.98%
G = 31.41%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDC4BF (or 0xEDC4BF) is known color: Beauty Bush. HEX triplet: ED, C4 and BF. RGB value is (237,196,191). Sum of RGB (Red+Green+Blue) = 237+196+191=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4BF is #123B40. Grayscale: #CFCFCF. Windows color (decimal): -1194817 or 12567789. OLE color: 12567789.

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

Color convert

RGB 237 196 191 -
CMYK 0 0.17 0.19 0.07
HSL 6.52º 0.56% 0.84% -
HSV(B) 6.52º 0.19% 0.93% -
XYZ 64.07 61.25 57.74 -
YUV 207.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 237 196 191 0 0.17 0.19 0.07 6.52 0.56 0.84
Hex ED C4 BF 0 11 13 7 7 38 54
Octal 355 304 277 0 21 23 7 7 70 124
Binary 11101101 11000100 10111111 0 10001 10011 111 111 111000 1010100

Color Harmonies of #EDC4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4BF

Black with #EDC4BF

Text Example


Text Example

White with #EDC4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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