Html Css Color HEX #EBB9AE Beauty Bush

📋 copy color: '#EBB9AE'

red 235 ◦ green 185 ◦ blue 174

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

Shades of Beauty Bush #EBB9AE

Tints of Beauty Bush #EBB9AE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.14%

 BLUE value IS 174 (68.36% from 255) = 29.29%

R = 39.56%
G = 31.14%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBB9AE (or 0xEBB9AE) is known color: Beauty Bush. HEX triplet: EB, B9 and AE. RGB value is (235,185,174). Sum of RGB (Red+Green+Blue) = 235+185+174=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9AE is #144651. Grayscale: #C6C6C6. Windows color (decimal): -1328722 or 11450859. OLE color: 11450859.

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

Color convert

RGB 235 185 174 -
CMYK 0 0.21 0.26 0.08
HSL 10.82º 0.6% 0.8% -
HSV(B) 10.82º 0.26% 0.92% -
XYZ 59.25 55.42 47.62 -
YUV 198.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 235 185 174 0 0.21 0.26 0.08 10.82 0.6 0.8
Hex EB B9 AE 0 15 1A 8 B 3C 50
Octal 353 271 256 0 25 32 10 13 74 120
Binary 11101011 10111001 10101110 0 10101 11010 1000 1011 111100 1010000

Color Harmonies of #EBB9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9AE

Black with #EBB9AE

Text Example


Text Example

White with #EBB9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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