Html Css Color HEX #EECBBA Watusi

📋 copy color: '#EECBBA'

red 238 ◦ green 203 ◦ blue 186

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

Shades of Watusi #EECBBA

Tints of Watusi #EECBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.38%

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

R = 37.96%
G = 32.38%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EECBBA (or 0xEECBBA) is known color: Watusi. HEX triplet: EE, CB and BA. RGB value is (238,203,186). Sum of RGB (Red+Green+Blue) = 238+203+186=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBBA is #113445. Grayscale: #D3D3D3. Windows color (decimal): -1127494 or 12241902. OLE color: 12241902.

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

Color convert

RGB 238 203 186 -
CMYK 0 0.15 0.22 0.07
HSL 19.62º 0.6% 0.83% -
HSV(B) 19.62º 0.22% 0.93% -
XYZ 65.48 64.43 55.44 -
YUV 211.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 238 203 186 0 0.15 0.22 0.07 19.62 0.6 0.83
Hex EE CB BA 0 F 16 7 14 3C 53
Octal 356 313 272 0 17 26 7 24 74 123
Binary 11101110 11001011 10111010 0 1111 10110 111 10100 111100 1010011

Color Harmonies of #EECBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBBA

Black with #EECBBA

Text Example


Text Example

White with #EECBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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