Html Css Color HEX #EFCCC1 Watusi

📋 copy color: '#EFCCC1'

red 239 ◦ green 204 ◦ blue 193

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

Shades of Watusi #EFCCC1

Tints of Watusi #EFCCC1

RGB

 RED value IS 239 (93.75% from 255) = 37.58%

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

 BLUE value IS 193 (75.78% from 255) = 30.35%

R = 37.58%
G = 32.08%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFCCC1 (or 0xEFCCC1) is known color: Watusi. HEX triplet: EF, CC and C1. RGB value is (239,204,193). Sum of RGB (Red+Green+Blue) = 239+204+193=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCC1 is #10333E. Grayscale: #D5D5D5. Windows color (decimal): -1061695 or 12700911. OLE color: 12700911.

HSL color Cylindrical-coordinate representation of color #EFCCC1: hue angle of 14.35º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCCC1 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 193 -
CMYK 0 0.15 0.19 0.06
HSL 14.35º 0.59% 0.85% -
HSV(B) 14.35º 0.19% 0.94% -
XYZ 66.82 65.39 59.55 -
YUV 213.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 239 204 193 0 0.15 0.19 0.06 14.35 0.59 0.85
Hex EF CC C1 0 F 13 6 E 3B 55
Octal 357 314 301 0 17 23 6 16 73 125
Binary 11101111 11001100 11000001 0 1111 10011 110 1110 111011 1010101

Color Harmonies of #EFCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCC1

Black with #EFCCC1

Text Example


Text Example

White with #EFCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCC1; }

 p { color: rgb(239,204,193); }

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

background-color css

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

 a { background-color: rgb(239,204,193); }

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

border-color css

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

 span { border-color: rgb(239,204,193); }

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