Html Css Color HEX #EFCDC1 Watusi

📋 copy color: '#EFCDC1'

red 239 ◦ green 205 ◦ blue 193

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

Shades of Watusi #EFCDC1

Tints of Watusi #EFCDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

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

R = 37.52%
G = 32.18%
B = 30.3%

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

#EFCDC1 (or 0xEFCDC1) is known color: Watusi. HEX triplet: EF, CD and C1. RGB value is (239,205,193). Sum of RGB (Red+Green+Blue) = 239+205+193=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC1 is #10323E. Grayscale: #D5D5D5. Windows color (decimal): -1061439 or 12701167. OLE color: 12701167.

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

Color convert

RGB 239 205 193 -
CMYK 0 0.14 0.19 0.06
HSL 15.65º 0.59% 0.85% -
HSV(B) 15.65º 0.19% 0.94% -
XYZ 67.05 65.86 59.63 -
YUV 213.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 239 205 193 0 0.14 0.19 0.06 15.65 0.59 0.85
Hex EF CD C1 0 E 13 6 10 3B 55
Octal 357 315 301 0 16 23 6 20 73 125
Binary 11101111 11001101 11000001 0 1110 10011 110 10000 111011 1010101

Color Harmonies of #EFCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDC1

Black with #EFCDC1

Text Example


Text Example

White with #EFCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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