Html Css Color HEX #EEBDB1 Beauty Bush

📋 copy color: '#EEBDB1'

red 238 ◦ green 189 ◦ blue 177

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

Shades of Beauty Bush #EEBDB1

Tints of Beauty Bush #EEBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 177 (69.53% from 255) = 29.3%

R = 39.4%
G = 31.29%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEBDB1 (or 0xEEBDB1) is known color: Beauty Bush. HEX triplet: EE, BD and B1. RGB value is (238,189,177). Sum of RGB (Red+Green+Blue) = 238+189+177=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDB1 is #11424E. Grayscale: #CACACA. Windows color (decimal): -1131087 or 11648494. OLE color: 11648494.

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

Color convert

RGB 238 189 177 -
CMYK 0 0.21 0.26 0.07
HSL 11.8º 0.64% 0.81% -
HSV(B) 11.8º 0.26% 0.93% -
XYZ 61.39 57.75 49.51 -
YUV 202.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 238 189 177 0 0.21 0.26 0.07 11.8 0.64 0.81
Hex EE BD B1 0 15 1A 7 C 40 51
Octal 356 275 261 0 25 32 7 14 100 121
Binary 11101110 10111101 10110001 0 10101 11010 111 1100 1000000 1010001

Color Harmonies of #EEBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDB1

Black with #EEBDB1

Text Example


Text Example

White with #EEBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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