Html Css Color HEX #EFCEC2 Watusi

📋 copy color: '#EFCEC2'

red 239 ◦ green 206 ◦ blue 194

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

Shades of Watusi #EFCEC2

Tints of Watusi #EFCEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.36%

R = 37.4%
G = 32.24%
B = 30.36%

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

#EFCEC2 (or 0xEFCEC2) is known color: Watusi. HEX triplet: EF, CE and C2. RGB value is (239,206,194). Sum of RGB (Red+Green+Blue) = 239+206+194=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEC2 is #10313D. Grayscale: #D6D6D6. Windows color (decimal): -1061182 or 12766959. OLE color: 12766959.

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

Color convert

RGB 239 206 194 -
CMYK 0 0.14 0.19 0.06
HSL 16º 0.58% 0.85% -
HSV(B) 16º 0.19% 0.94% -
XYZ 67.41 66.39 60.3 -
YUV 214.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 239 206 194 0 0.14 0.19 0.06 16 0.58 0.85
Hex EF CE C2 0 E 13 6 10 3A 55
Octal 357 316 302 0 16 23 6 20 72 125
Binary 11101111 11001110 11000010 0 1110 10011 110 10000 111010 1010101

Color Harmonies of #EFCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEC2

Black with #EFCEC2

Text Example


Text Example

White with #EFCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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