Html Css Color HEX #EECCBD Watusi

📋 copy color: '#EECCBD'

red 238 ◦ green 204 ◦ blue 189

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

Shades of Watusi #EECCBD

Tints of Watusi #EECCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.33%

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

R = 37.72%
G = 32.33%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EECCBD (or 0xEECCBD) is known color: Watusi. HEX triplet: EE, CC and BD. RGB value is (238,204,189). Sum of RGB (Red+Green+Blue) = 238+204+189=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBD is #113342. Grayscale: #D4D4D4. Windows color (decimal): -1127235 or 12438766. OLE color: 12438766.

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

Color convert

RGB 238 204 189 -
CMYK 0 0.14 0.21 0.07
HSL 18.37º 0.59% 0.84% -
HSV(B) 18.37º 0.21% 0.93% -
XYZ 66.04 65.04 57.22 -
YUV 212.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 238 204 189 0 0.14 0.21 0.07 18.37 0.59 0.84
Hex EE CC BD 0 E 15 7 12 3B 54
Octal 356 314 275 0 16 25 7 22 73 124
Binary 11101110 11001100 10111101 0 1110 10101 111 10010 111011 1010100

Color Harmonies of #EECCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCBD

Black with #EECCBD

Text Example


Text Example

White with #EECCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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