Html Css Color HEX #EDC2BE Beauty Bush

📋 copy color: '#EDC2BE'

red 237 ◦ green 194 ◦ blue 190

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

Shades of Beauty Bush #EDC2BE

Tints of Beauty Bush #EDC2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.6%

R = 38.16%
G = 31.24%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDC2BE (or 0xEDC2BE) is known color: Beauty Bush. HEX triplet: ED, C2 and BE. RGB value is (237,194,190). Sum of RGB (Red+Green+Blue) = 237+194+190=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BE is #123D41. Grayscale: #CECECE. Windows color (decimal): -1195330 or 12501741. OLE color: 12501741.

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

Color convert

RGB 237 194 190 -
CMYK 0 0.18 0.20 0.07
HSL 5.11º 0.57% 0.84% -
HSV(B) 5.11º 0.2% 0.93% -
XYZ 63.51 60.31 57.01 -
YUV 206.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 237 194 190 0 0.18 0.20 0.07 5.11 0.57 0.84
Hex ED C2 BE 0 12 14 7 5 39 54
Octal 355 302 276 0 22 24 7 5 71 124
Binary 11101101 11000010 10111110 0 10010 10100 111 101 111001 1010100

Color Harmonies of #EDC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2BE

Black with #EDC2BE

Text Example


Text Example

White with #EDC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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