Html Css Color HEX #EFCEC1 Watusi

📋 copy color: '#EFCEC1'

red 239 ◦ green 206 ◦ blue 193

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

Shades of Watusi #EFCEC1

Tints of Watusi #EFCEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.29%

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

R = 37.46%
G = 32.29%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFCEC1 (or 0xEFCEC1) is known color: Watusi. HEX triplet: EF, CE and C1. RGB value is (239,206,193). Sum of RGB (Red+Green+Blue) = 239+206+193=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEC1 is #10313E. Grayscale: #D6D6D6. Windows color (decimal): -1061183 or 12701423. OLE color: 12701423.

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

Color convert

RGB 239 206 193 -
CMYK 0 0.14 0.19 0.06
HSL 16.96º 0.59% 0.85% -
HSV(B) 16.96º 0.19% 0.94% -
XYZ 67.29 66.34 59.71 -
YUV 214.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 239 206 193 0 0.14 0.19 0.06 16.96 0.59 0.85
Hex EF CE C1 0 E 13 6 11 3B 55
Octal 357 316 301 0 16 23 6 21 73 125
Binary 11101111 11001110 11000001 0 1110 10011 110 10001 111011 1010101

Color Harmonies of #EFCEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEC1

Black with #EFCEC1

Text Example


Text Example

White with #EFCEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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