Html Css Color HEX #EBC2B9 Beauty Bush

📋 copy color: '#EBC2B9'

red 235 ◦ green 194 ◦ blue 185

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

Shades of Beauty Bush #EBC2B9

Tints of Beauty Bush #EBC2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.13%

R = 38.27%
G = 31.6%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBC2B9 (or 0xEBC2B9) is known color: Beauty Bush. HEX triplet: EB, C2 and B9. RGB value is (235,194,185). Sum of RGB (Red+Green+Blue) = 235+194+185=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2B9 is #143D46. Grayscale: #CDCDCD. Windows color (decimal): -1326407 or 12174059. OLE color: 12174059.

HSL color Cylindrical-coordinate representation of color #EBC2B9: hue angle of 10.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC2B9 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 185 -
CMYK 0 0.17 0.21 0.08
HSL 10.8º 0.56% 0.82% -
HSV(B) 10.8º 0.21% 0.92% -
XYZ 62.31 59.75 54.15 -
YUV 205.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 235 194 185 0 0.17 0.21 0.08 10.8 0.56 0.82
Hex EB C2 B9 0 11 15 8 B 38 52
Octal 353 302 271 0 21 25 10 13 70 122
Binary 11101011 11000010 10111001 0 10001 10101 1000 1011 111000 1010010

Color Harmonies of #EBC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2B9

Black with #EBC2B9

Text Example


Text Example

White with #EBC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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