Html Css Color HEX #EDC2BB Beauty Bush

📋 copy color: '#EDC2BB'

red 237 ◦ green 194 ◦ blue 187

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

Shades of Beauty Bush #EDC2BB

Tints of Beauty Bush #EDC2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 38.35%
G = 31.39%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDC2BB (or 0xEDC2BB) is known color: Beauty Bush. HEX triplet: ED, C2 and BB. RGB value is (237,194,187). Sum of RGB (Red+Green+Blue) = 237+194+187=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BB is #123D44. Grayscale: #CECECE. Windows color (decimal): -1195333 or 12305133. OLE color: 12305133.

HSL color Cylindrical-coordinate representation of color #EDC2BB: hue angle of 8.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC2BB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 187 -
CMYK 0 0.18 0.21 0.07
HSL 8.4º 0.58% 0.83% -
HSV(B) 8.4º 0.21% 0.93% -
XYZ 63.19 60.18 55.3 -
YUV 206.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 237 194 187 0 0.18 0.21 0.07 8.4 0.58 0.83
Hex ED C2 BB 0 12 15 7 8 3A 53
Octal 355 302 273 0 22 25 7 10 72 123
Binary 11101101 11000010 10111011 0 10010 10101 111 1000 111010 1010011

Color Harmonies of #EDC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2BB

Black with #EDC2BB

Text Example


Text Example

White with #EDC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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