Html Css Color HEX #EEB6AF Beauty Bush

📋 copy color: '#EEB6AF'

red 238 ◦ green 182 ◦ blue 175

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

Shades of Beauty Bush #EEB6AF

Tints of Beauty Bush #EEB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.59%

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

R = 40%
G = 30.59%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEB6AF (or 0xEEB6AF) is known color: Beauty Bush. HEX triplet: EE, B6 and AF. RGB value is (238,182,175). Sum of RGB (Red+Green+Blue) = 238+182+175=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB6AF is #114950. Grayscale: #C6C6C6. Windows color (decimal): -1132881 or 11515630. OLE color: 11515630.

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

Color convert

RGB 238 182 175 -
CMYK 0 0.24 0.26 0.07
HSL 6.67º 0.65% 0.81% -
HSV(B) 6.67º 0.26% 0.93% -
XYZ 59.73 54.73 47.97 -
YUV 197.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 238 182 175 0 0.24 0.26 0.07 6.67 0.65 0.81
Hex EE B6 AF 0 18 1A 7 7 41 51
Octal 356 266 257 0 30 32 7 7 101 121
Binary 11101110 10110110 10101111 0 11000 11010 111 111 1000001 1010001

Color Harmonies of #EEB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB6AF

Black with #EEB6AF

Text Example


Text Example

White with #EEB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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