Html Css Color HEX #EDC2BD Beauty Bush

📋 copy color: '#EDC2BD'

red 237 ◦ green 194 ◦ blue 189

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

Shades of Beauty Bush #EDC2BD

Tints of Beauty Bush #EDC2BD

RGB

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

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

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

R = 38.23%
G = 31.29%
B = 30.48%

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

#EDC2BD (or 0xEDC2BD) is known color: Beauty Bush. HEX triplet: ED, C2 and BD. RGB value is (237,194,189). Sum of RGB (Red+Green+Blue) = 237+194+189=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BD is #123D42. Grayscale: #CECECE. Windows color (decimal): -1195331 or 12436205. OLE color: 12436205.

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

Color convert

RGB 237 194 189 -
CMYK 0 0.18 0.20 0.07
HSL 6.25º 0.57% 0.84% -
HSV(B) 6.25º 0.2% 0.93% -
XYZ 63.4 60.26 56.43 -
YUV 206.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 237 194 189 0 0.18 0.20 0.07 6.25 0.57 0.84
Hex ED C2 BD 0 12 14 7 6 39 54
Octal 355 302 275 0 22 24 7 6 71 124
Binary 11101101 11000010 10111101 0 10010 10100 111 110 111001 1010100

Color Harmonies of #EDC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2BD

Black with #EDC2BD

Text Example


Text Example

White with #EDC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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