Html Css Color HEX #EEB2AF Beauty Bush

📋 copy color: '#EEB2AF'

red 238 ◦ green 178 ◦ blue 175

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

Shades of Beauty Bush #EEB2AF

Tints of Beauty Bush #EEB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.12%

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

R = 40.27%
G = 30.12%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEB2AF (or 0xEEB2AF) is known color: Beauty Bush. HEX triplet: EE, B2 and AF. RGB value is (238,178,175). Sum of RGB (Red+Green+Blue) = 238+178+175=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB2AF is #114D50. Grayscale: #C3C3C3. Windows color (decimal): -1133905 or 11514606. OLE color: 11514606.

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

Color convert

RGB 238 178 175 -
CMYK 0 0.25 0.26 0.07
HSL 2.86º 0.65% 0.81% -
HSV(B) 2.86º 0.26% 0.93% -
XYZ 58.92 53.11 47.7 -
YUV 195.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 238 178 175 0 0.25 0.26 0.07 2.86 0.65 0.81
Hex EE B2 AF 0 19 1A 7 3 41 51
Octal 356 262 257 0 31 32 7 3 101 121
Binary 11101110 10110010 10101111 0 11001 11010 111 11 1000001 1010001

Color Harmonies of #EEB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2AF

Black with #EEB2AF

Text Example


Text Example

White with #EEB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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