Html Css Color HEX #EEBFBD Beauty Bush

📋 copy color: '#EEBFBD'

red 238 ◦ green 191 ◦ blue 189

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

Shades of Beauty Bush #EEBFBD

Tints of Beauty Bush #EEBFBD

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

 BLUE value IS 189 (74.22% from 255) = 30.58%

R = 38.51%
G = 30.91%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEBFBD (or 0xEEBFBD) is known color: Beauty Bush. HEX triplet: EE, BF and BD. RGB value is (238,191,189). Sum of RGB (Red+Green+Blue) = 238+191+189=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFBD is #114042. Grayscale: #CCCCCC. Windows color (decimal): -1130563 or 12435438. OLE color: 12435438.

HSL color Cylindrical-coordinate representation of color #EEBFBD: hue angle of 2.45º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBFBD is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 189 -
CMYK 0 0.20 0.21 0.07
HSL 2.45º 0.59% 0.84% -
HSV(B) 2.45º 0.21% 0.93% -
XYZ 63.08 59.11 56.23 -
YUV 204.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 238 191 189 0 0.20 0.21 0.07 2.45 0.59 0.84
Hex EE BF BD 0 14 15 7 2 3B 54
Octal 356 277 275 0 24 25 7 2 73 124
Binary 11101110 10111111 10111101 0 10100 10101 111 10 111011 1010100

Color Harmonies of #EEBFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFBD

Black with #EEBFBD

Text Example


Text Example

White with #EEBFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFBD; }

 p { color: rgb(238,191,189); }

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

background-color css

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

 a { background-color: rgb(238,191,189); }

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

border-color css

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

 span { border-color: rgb(238,191,189); }

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