Html Css Color HEX #EEB8AF Beauty Bush

📋 copy color: '#EEB8AF'

red 238 ◦ green 184 ◦ blue 175

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

Shades of Beauty Bush #EEB8AF

Tints of Beauty Bush #EEB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.82%

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

R = 39.87%
G = 30.82%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEB8AF (or 0xEEB8AF) is known color: Beauty Bush. HEX triplet: EE, B8 and AF. RGB value is (238,184,175). Sum of RGB (Red+Green+Blue) = 238+184+175=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB8AF is #114750. Grayscale: #C7C7C7. Windows color (decimal): -1132369 or 11516142. OLE color: 11516142.

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

Color convert

RGB 238 184 175 -
CMYK 0 0.23 0.26 0.07
HSL 8.57º 0.65% 0.81% -
HSV(B) 8.57º 0.26% 0.93% -
XYZ 60.14 55.55 48.11 -
YUV 199.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 238 184 175 0 0.23 0.26 0.07 8.57 0.65 0.81
Hex EE B8 AF 0 17 1A 7 9 41 51
Octal 356 270 257 0 27 32 7 11 101 121
Binary 11101110 10111000 10101111 0 10111 11010 111 1001 1000001 1010001

Color Harmonies of #EEB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB8AF

Black with #EEB8AF

Text Example


Text Example

White with #EEB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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