Html Css Color HEX #EBB4AE Beauty Bush

📋 copy color: '#EBB4AE'

red 235 ◦ green 180 ◦ blue 174

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

Shades of Beauty Bush #EBB4AE

Tints of Beauty Bush #EBB4AE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.56%

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

R = 39.9%
G = 30.56%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBB4AE (or 0xEBB4AE) is known color: Beauty Bush. HEX triplet: EB, B4 and AE. RGB value is (235,180,174). Sum of RGB (Red+Green+Blue) = 235+180+174=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4AE is #144B51. Grayscale: #C3C3C3. Windows color (decimal): -1330002 or 11449579. OLE color: 11449579.

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

Color convert

RGB 235 180 174 -
CMYK 0 0.23 0.26 0.08
HSL 5.9º 0.6% 0.8% -
HSV(B) 5.9º 0.26% 0.92% -
XYZ 58.22 53.36 47.28 -
YUV 195.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 235 180 174 0 0.23 0.26 0.08 5.9 0.6 0.8
Hex EB B4 AE 0 17 1A 8 6 3C 50
Octal 353 264 256 0 27 32 10 6 74 120
Binary 11101011 10110100 10101110 0 10111 11010 1000 110 111100 1010000

Color Harmonies of #EBB4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4AE

Black with #EBB4AE

Text Example


Text Example

White with #EBB4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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