Html Css Color HEX #EDC0BA Beauty Bush

📋 copy color: '#EDC0BA'

red 237 ◦ green 192 ◦ blue 186

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

Shades of Beauty Bush #EDC0BA

Tints of Beauty Bush #EDC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.22%

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

R = 38.54%
G = 31.22%
B = 30.24%

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

#EDC0BA (or 0xEDC0BA) is known color: Beauty Bush. HEX triplet: ED, C0 and BA. RGB value is (237,192,186). Sum of RGB (Red+Green+Blue) = 237+192+186=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0BA is #123F45. Grayscale: #CCCCCC. Windows color (decimal): -1195846 or 12239085. OLE color: 12239085.

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

Color convert

RGB 237 192 186 -
CMYK 0 0.19 0.22 0.07
HSL 7.06º 0.59% 0.83% -
HSV(B) 7.06º 0.22% 0.93% -
XYZ 62.64 59.25 54.59 -
YUV 204.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 237 192 186 0 0.19 0.22 0.07 7.06 0.59 0.83
Hex ED C0 BA 0 13 16 7 7 3B 53
Octal 355 300 272 0 23 26 7 7 73 123
Binary 11101101 11000000 10111010 0 10011 10110 111 111 111011 1010011

Color Harmonies of #EDC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0BA

Black with #EDC0BA

Text Example


Text Example

White with #EDC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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