Html Css Color HEX #EEBDB9 Beauty Bush

📋 copy color: '#EEBDB9'

red 238 ◦ green 189 ◦ blue 185

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

Shades of Beauty Bush #EEBDB9

Tints of Beauty Bush #EEBDB9

RGB

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

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

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

R = 38.89%
G = 30.88%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEBDB9 (or 0xEEBDB9) is known color: Beauty Bush. HEX triplet: EE, BD and B9. RGB value is (238,189,185). Sum of RGB (Red+Green+Blue) = 238+189+185=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB9 is #114246. Grayscale: #CBCBCB. Windows color (decimal): -1131079 or 12172782. OLE color: 12172782.

HSL color Cylindrical-coordinate representation of color #EEBDB9: hue angle of 4.53º 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 #EEBDB9 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 185 -
CMYK 0 0.21 0.22 0.07
HSL 4.53º 0.61% 0.83% -
HSV(B) 4.53º 0.22% 0.93% -
XYZ 62.21 58.08 53.83 -
YUV 203.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 238 189 185 0 0.21 0.22 0.07 4.53 0.61 0.83
Hex EE BD B9 0 15 16 7 5 3D 53
Octal 356 275 271 0 25 26 7 5 75 123
Binary 11101110 10111101 10111001 0 10101 10110 111 101 111101 1010011

Color Harmonies of #EEBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDB9

Black with #EEBDB9

Text Example


Text Example

White with #EEBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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