Html Css Color HEX #EEB1AE Beauty Bush

📋 copy color: '#EEB1AE'

red 238 ◦ green 177 ◦ blue 174

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

Shades of Beauty Bush #EEB1AE

Tints of Beauty Bush #EEB1AE

RGB

 RED value IS 238 (93.36% from 255) = 40.41%

 GREEN value IS 177 (69.53% from 255) = 30.05%

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

R = 40.41%
G = 30.05%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EEB1AE (or 0xEEB1AE) is known color: Beauty Bush. HEX triplet: EE, B1 and AE. RGB value is (238,177,174). Sum of RGB (Red+Green+Blue) = 238+177+174=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB1AE is #114E51. Grayscale: #C2C2C2. Windows color (decimal): -1134162 or 11448814. OLE color: 11448814.

HSL color Cylindrical-coordinate representation of color #EEB1AE: hue angle of 2.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB1AE is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 177 174 -
CMYK 0 0.26 0.27 0.07
HSL 2.81º 0.65% 0.81% -
HSV(B) 2.81º 0.27% 0.93% -
XYZ 58.62 52.68 47.12 -
YUV 194.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 238 177 174 0 0.26 0.27 0.07 2.81 0.65 0.81
Hex EE B1 AE 0 1A 1B 7 3 41 51
Octal 356 261 256 0 32 33 7 3 101 121
Binary 11101110 10110001 10101110 0 11010 11011 111 11 1000001 1010001

Color Harmonies of #EEB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1AE

Black with #EEB1AE

Text Example


Text Example

White with #EEB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1AE; }

 p { color: rgb(238,177,174); }

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

background-color css

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

 a { background-color: rgb(238,177,174); }

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

border-color css

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

 span { border-color: rgb(238,177,174); }

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