Html Css Color HEX #EFCFC0 Watusi

📋 copy color: '#EFCFC0'

red 239 ◦ green 207 ◦ blue 192

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

Shades of Watusi #EFCFC0

Tints of Watusi #EFCFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.09%

R = 37.46%
G = 32.45%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFCFC0 (or 0xEFCFC0) is known color: Watusi. HEX triplet: EF, CF and C0. RGB value is (239,207,192). Sum of RGB (Red+Green+Blue) = 239+207+192=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC0 is #10303F. Grayscale: #D6D6D6. Windows color (decimal): -1060928 or 12636143. OLE color: 12636143.

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

Color convert

RGB 239 207 192 -
CMYK 0 0.13 0.20 0.06
HSL 19.15º 0.59% 0.85% -
HSV(B) 19.15º 0.2% 0.94% -
XYZ 67.42 66.78 59.21 -
YUV 214.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 239 207 192 0 0.13 0.20 0.06 19.15 0.59 0.85
Hex EF CF C0 0 D 14 6 13 3B 55
Octal 357 317 300 0 15 24 6 23 73 125
Binary 11101111 11001111 11000000 0 1101 10100 110 10011 111011 1010101

Color Harmonies of #EFCFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFC0

Black with #EFCFC0

Text Example


Text Example

White with #EFCFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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