Html Css Color HEX #EBC2BD Beauty Bush

📋 copy color: '#EBC2BD'

red 235 ◦ green 194 ◦ blue 189

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

Shades of Beauty Bush #EBC2BD

Tints of Beauty Bush #EBC2BD

RGB

 RED value IS 235 (92.19% from 255) = 38.03%

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

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

R = 38.03%
G = 31.39%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC2BD (or 0xEBC2BD) is known color: Beauty Bush. HEX triplet: EB, C2 and BD. RGB value is (235,194,189). Sum of RGB (Red+Green+Blue) = 235+194+189=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2BD is #143D42. Grayscale: #CDCDCD. Windows color (decimal): -1326403 or 12436203. OLE color: 12436203.

HSL color Cylindrical-coordinate representation of color #EBC2BD: hue angle of 6.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC2BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 189 -
CMYK 0 0.17 0.20 0.08
HSL 6.52º 0.53% 0.83% -
HSV(B) 6.52º 0.2% 0.92% -
XYZ 62.74 59.92 56.4 -
YUV 205.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 235 194 189 0 0.17 0.20 0.08 6.52 0.53 0.83
Hex EB C2 BD 0 11 14 8 7 35 53
Octal 353 302 275 0 21 24 10 7 65 123
Binary 11101011 11000010 10111101 0 10001 10100 1000 111 110101 1010011

Color Harmonies of #EBC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2BD

Black with #EBC2BD

Text Example


Text Example

White with #EBC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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