Html Css Color HEX #EEC7BA Watusi

📋 copy color: '#EEC7BA'

red 238 ◦ green 199 ◦ blue 186

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

Shades of Watusi #EEC7BA

Tints of Watusi #EEC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.94%

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

R = 38.2%
G = 31.94%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEC7BA (or 0xEEC7BA) is known color: Watusi. HEX triplet: EE, C7 and BA. RGB value is (238,199,186). Sum of RGB (Red+Green+Blue) = 238+199+186=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7BA is #113845. Grayscale: #D1D1D1. Windows color (decimal): -1128518 or 12240878. OLE color: 12240878.

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

Color convert

RGB 238 199 186 -
CMYK 0 0.16 0.22 0.07
HSL 15º 0.6% 0.83% -
HSV(B) 15º 0.22% 0.93% -
XYZ 64.55 62.57 55.13 -
YUV 209.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 238 199 186 0 0.16 0.22 0.07 15 0.6 0.83
Hex EE C7 BA 0 10 16 7 F 3C 53
Octal 356 307 272 0 20 26 7 17 74 123
Binary 11101110 11000111 10111010 0 10000 10110 111 1111 111100 1010011

Color Harmonies of #EEC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC7BA

Black with #EEC7BA

Text Example


Text Example

White with #EEC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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