Html Css Color HEX #EEBAB9 Beauty Bush

📋 copy color: '#EEBAB9'

red 238 ◦ green 186 ◦ blue 185

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

Shades of Beauty Bush #EEBAB9

Tints of Beauty Bush #EEBAB9

RGB

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

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

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

R = 39.08%
G = 30.54%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEBAB9 (or 0xEEBAB9) is known color: Beauty Bush. HEX triplet: EE, BA and B9. RGB value is (238,186,185). Sum of RGB (Red+Green+Blue) = 238+186+185=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAB9 is #114546. Grayscale: #C9C9C9. Windows color (decimal): -1131847 or 12172014. OLE color: 12172014.

HSL color Cylindrical-coordinate representation of color #EEBAB9: hue angle of 1.13º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAB9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 185 -
CMYK 0 0.22 0.22 0.07
HSL 1.13º 0.61% 0.83% -
HSV(B) 1.13º 0.22% 0.93% -
XYZ 61.58 56.8 53.62 -
YUV 201.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 238 186 185 0 0.22 0.22 0.07 1.13 0.61 0.83
Hex EE BA B9 0 16 16 7 1 3D 53
Octal 356 272 271 0 26 26 7 1 75 123
Binary 11101110 10111010 10111001 0 10110 10110 111 1 111101 1010011

Color Harmonies of #EEBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAB9

Black with #EEBAB9

Text Example


Text Example

White with #EEBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAB9; }

 p { color: rgb(238,186,185); }

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

background-color css

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

 a { background-color: rgb(238,186,185); }

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

border-color css

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

 span { border-color: rgb(238,186,185); }

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