Html Css Color HEX #EFCFC1 Watusi

📋 copy color: '#EFCFC1'

red 239 ◦ green 207 ◦ blue 193

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

Shades of Watusi #EFCFC1

Tints of Watusi #EFCFC1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

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

R = 37.4%
G = 32.39%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFCFC1 (or 0xEFCFC1) is known color: Watusi. HEX triplet: EF, CF and C1. RGB value is (239,207,193). Sum of RGB (Red+Green+Blue) = 239+207+193=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC1 is #10303E. Grayscale: #D7D7D7. Windows color (decimal): -1060927 or 12701679. OLE color: 12701679.

HSL color Cylindrical-coordinate representation of color #EFCFC1: hue angle of 18.26º 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 #EFCFC1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 193 -
CMYK 0 0.13 0.19 0.06
HSL 18.26º 0.59% 0.85% -
HSV(B) 18.26º 0.19% 0.94% -
XYZ 67.54 66.83 59.79 -
YUV 214.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 239 207 193 0 0.13 0.19 0.06 18.26 0.59 0.85
Hex EF CF C1 0 D 13 6 12 3B 55
Octal 357 317 301 0 15 23 6 22 73 125
Binary 11101111 11001111 11000001 0 1101 10011 110 10010 111011 1010101

Color Harmonies of #EFCFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFC1

Black with #EFCFC1

Text Example


Text Example

White with #EFCFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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