Html Css Color HEX #EECABD Watusi

📋 copy color: '#EECABD'

red 238 ◦ green 202 ◦ blue 189

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

Shades of Watusi #EECABD

Tints of Watusi #EECABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.11%

 BLUE value IS 189 (74.22% from 255) = 30.05%

R = 37.84%
G = 32.11%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EECABD (or 0xEECABD) is known color: Watusi. HEX triplet: EE, CA and BD. RGB value is (238,202,189). Sum of RGB (Red+Green+Blue) = 238+202+189=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABD is #113542. Grayscale: #D3D3D3. Windows color (decimal): -1127747 or 12438254. OLE color: 12438254.

HSL color Cylindrical-coordinate representation of color #EECABD: hue angle of 15.92º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EECABD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 189 -
CMYK 0 0.15 0.21 0.07
HSL 15.92º 0.59% 0.84% -
HSV(B) 15.92º 0.21% 0.93% -
XYZ 65.57 64.09 57.06 -
YUV 211.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 238 202 189 0 0.15 0.21 0.07 15.92 0.59 0.84
Hex EE CA BD 0 F 15 7 10 3B 54
Octal 356 312 275 0 17 25 7 20 73 124
Binary 11101110 11001010 10111101 0 1111 10101 111 10000 111011 1010100

Color Harmonies of #EECABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECABD

Black with #EECABD

Text Example


Text Example

White with #EECABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECABD; }

 p { color: rgb(238,202,189); }

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

background-color css

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

 a { background-color: rgb(238,202,189); }

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

border-color css

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

 span { border-color: rgb(238,202,189); }

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