Html Css Color HEX #EEBFB4 Beauty Bush

📋 copy color: '#EEBFB4'

red 238 ◦ green 191 ◦ blue 180

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

Shades of Beauty Bush #EEBFB4

Tints of Beauty Bush #EEBFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.56%

R = 39.08%
G = 31.36%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EEBFB4 (or 0xEEBFB4) is known color: Beauty Bush. HEX triplet: EE, BF and B4. RGB value is (238,191,180). Sum of RGB (Red+Green+Blue) = 238+191+180=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFB4 is #11404B. Grayscale: #CBCBCB. Windows color (decimal): -1130572 or 11845614. OLE color: 11845614.

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

Color convert

RGB 238 191 180 -
CMYK 0 0.20 0.24 0.07
HSL 11.38º 0.63% 0.82% -
HSV(B) 11.38º 0.24% 0.93% -
XYZ 62.13 58.73 51.24 -
YUV 203.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 238 191 180 0 0.20 0.24 0.07 11.38 0.63 0.82
Hex EE BF B4 0 14 18 7 B 3F 52
Octal 356 277 264 0 24 30 7 13 77 122
Binary 11101110 10111111 10110100 0 10100 11000 111 1011 111111 1010010

Color Harmonies of #EEBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFB4

Black with #EEBFB4

Text Example


Text Example

White with #EEBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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