Html Css Color HEX #EEC1BA Beauty Bush

📋 copy color: '#EEC1BA'

red 238 ◦ green 193 ◦ blue 186

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

Shades of Beauty Bush #EEC1BA

Tints of Beauty Bush #EEC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.28%

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 38.57%
G = 31.28%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEC1BA (or 0xEEC1BA) is known color: Beauty Bush. HEX triplet: EE, C1 and BA. RGB value is (238,193,186). Sum of RGB (Red+Green+Blue) = 238+193+186=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1BA is #113E45. Grayscale: #CDCDCD. Windows color (decimal): -1130054 or 12239342. OLE color: 12239342.

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

Color convert

RGB 238 193 186 -
CMYK 0 0.19 0.22 0.07
HSL 8.08º 0.6% 0.83% -
HSV(B) 8.08º 0.22% 0.93% -
XYZ 63.19 59.86 54.68 -
YUV 205.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 238 193 186 0 0.19 0.22 0.07 8.08 0.6 0.83
Hex EE C1 BA 0 13 16 7 8 3C 53
Octal 356 301 272 0 23 26 7 10 74 123
Binary 11101110 11000001 10111010 0 10011 10110 111 1000 111100 1010011

Color Harmonies of #EEC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1BA

Black with #EEC1BA

Text Example


Text Example

White with #EEC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1BA; }

 p { color: rgb(238,193,186); }

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

background-color css

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

 a { background-color: rgb(238,193,186); }

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

border-color css

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

 span { border-color: rgb(238,193,186); }

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