Html Css Color HEX #EEC2BA Beauty Bush

📋 copy color: '#EEC2BA'

red 238 ◦ green 194 ◦ blue 186

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

Shades of Beauty Bush #EEC2BA

Tints of Beauty Bush #EEC2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.39%

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

R = 38.51%
G = 31.39%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEC2BA (or 0xEEC2BA) is known color: Beauty Bush. HEX triplet: EE, C2 and BA. RGB value is (238,194,186). Sum of RGB (Red+Green+Blue) = 238+194+186=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BA is #113D45. Grayscale: #CECECE. Windows color (decimal): -1129798 or 12239598. OLE color: 12239598.

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

Color convert

RGB 238 194 186 -
CMYK 0 0.18 0.22 0.07
HSL 9.23º 0.6% 0.83% -
HSV(B) 9.23º 0.22% 0.93% -
XYZ 63.41 60.31 54.75 -
YUV 206.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 238 194 186 0 0.18 0.22 0.07 9.23 0.6 0.83
Hex EE C2 BA 0 12 16 7 9 3C 53
Octal 356 302 272 0 22 26 7 11 74 123
Binary 11101110 11000010 10111010 0 10010 10110 111 1001 111100 1010011

Color Harmonies of #EEC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2BA

Black with #EEC2BA

Text Example


Text Example

White with #EEC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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