Html Css Color HEX #EBBAAF Beauty Bush

📋 copy color: '#EBBAAF'

red 235 ◦ green 186 ◦ blue 175

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

Shades of Beauty Bush #EBBAAF

Tints of Beauty Bush #EBBAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.21%

 BLUE value IS 175 (68.75% from 255) = 29.36%

R = 39.43%
G = 31.21%
B = 29.36%

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

#EBBAAF (or 0xEBBAAF) is known color: Beauty Bush. HEX triplet: EB, BA and AF. RGB value is (235,186,175). Sum of RGB (Red+Green+Blue) = 235+186+175=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAAF is #144550. Grayscale: #C7C7C7. Windows color (decimal): -1328465 or 11516651. OLE color: 11516651.

HSL color Cylindrical-coordinate representation of color #EBBAAF: hue angle of 11º 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 #EBBAAF is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 175 -
CMYK 0 0.21 0.26 0.08
HSL 11º 0.6% 0.8% -
HSV(B) 11º 0.26% 0.92% -
XYZ 59.56 55.88 48.2 -
YUV 199.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 235 186 175 0 0.21 0.26 0.08 11 0.6 0.8
Hex EB BA AF 0 15 1A 8 B 3C 50
Octal 353 272 257 0 25 32 10 13 74 120
Binary 11101011 10111010 10101111 0 10101 11010 1000 1011 111100 1010000

Color Harmonies of #EBBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAAF

Black with #EBBAAF

Text Example


Text Example

White with #EBBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAAF; }

 p { color: rgb(235,186,175); }

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

background-color css

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

 a { background-color: rgb(235,186,175); }

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

border-color css

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

 span { border-color: rgb(235,186,175); }

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