Html Css Color HEX #EDC0BD Beauty Bush

📋 copy color: '#EDC0BD'

red 237 ◦ green 192 ◦ blue 189

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

Shades of Beauty Bush #EDC0BD

Tints of Beauty Bush #EDC0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.58%

R = 38.35%
G = 31.07%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDC0BD (or 0xEDC0BD) is known color: Beauty Bush. HEX triplet: ED, C0 and BD. RGB value is (237,192,189). Sum of RGB (Red+Green+Blue) = 237+192+189=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0BD is #123F42. Grayscale: #CDCDCD. Windows color (decimal): -1195843 or 12435693. OLE color: 12435693.

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

Color convert

RGB 237 192 189 -
CMYK 0 0.19 0.20 0.07
HSL 3.75º 0.57% 0.84% -
HSV(B) 3.75º 0.2% 0.93% -
XYZ 62.96 59.38 56.29 -
YUV 205.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 237 192 189 0 0.19 0.20 0.07 3.75 0.57 0.84
Hex ED C0 BD 0 13 14 7 4 39 54
Octal 355 300 275 0 23 24 7 4 71 124
Binary 11101101 11000000 10111101 0 10011 10100 111 100 111001 1010100

Color Harmonies of #EDC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0BD

Black with #EDC0BD

Text Example


Text Example

White with #EDC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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