Html Css Color HEX #EEB9AF Beauty Bush

📋 copy color: '#EEB9AF'

red 238 ◦ green 185 ◦ blue 175

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

Shades of Beauty Bush #EEB9AF

Tints of Beauty Bush #EEB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.94%

 BLUE value IS 175 (68.75% from 255) = 29.26%

R = 39.8%
G = 30.94%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEB9AF (or 0xEEB9AF) is known color: Beauty Bush. HEX triplet: EE, B9 and AF. RGB value is (238,185,175). Sum of RGB (Red+Green+Blue) = 238+185+175=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB9AF is #114650. Grayscale: #C7C7C7. Windows color (decimal): -1132113 or 11516398. OLE color: 11516398.

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

Color convert

RGB 238 185 175 -
CMYK 0 0.22 0.26 0.07
HSL 9.52º 0.65% 0.81% -
HSV(B) 9.52º 0.26% 0.93% -
XYZ 60.35 55.97 48.18 -
YUV 199.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 238 185 175 0 0.22 0.26 0.07 9.52 0.65 0.81
Hex EE B9 AF 0 16 1A 7 A 41 51
Octal 356 271 257 0 26 32 7 12 101 121
Binary 11101110 10111001 10101111 0 10110 11010 111 1010 1000001 1010001

Color Harmonies of #EEB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9AF

Black with #EEB9AF

Text Example


Text Example

White with #EEB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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