Html Css Color HEX #EFCDC2 Watusi

📋 copy color: '#EFCDC2'

red 239 ◦ green 205 ◦ blue 194

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

Shades of Watusi #EFCDC2

Tints of Watusi #EFCDC2

RGB

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

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

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

R = 37.46%
G = 32.13%
B = 30.41%

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

#EFCDC2 (or 0xEFCDC2) is known color: Watusi. HEX triplet: EF, CD and C2. RGB value is (239,205,194). Sum of RGB (Red+Green+Blue) = 239+205+194=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC2 is #10323D. Grayscale: #D5D5D5. Windows color (decimal): -1061438 or 12766703. OLE color: 12766703.

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

Color convert

RGB 239 205 194 -
CMYK 0 0.14 0.19 0.06
HSL 14.67º 0.58% 0.85% -
HSV(B) 14.67º 0.19% 0.94% -
XYZ 67.17 65.91 60.22 -
YUV 213.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 239 205 194 0 0.14 0.19 0.06 14.67 0.58 0.85
Hex EF CD C2 0 E 13 6 F 3A 55
Octal 357 315 302 0 16 23 6 17 72 125
Binary 11101111 11001101 11000010 0 1110 10011 110 1111 111010 1010101

Color Harmonies of #EFCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDC2

Black with #EFCDC2

Text Example


Text Example

White with #EFCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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