Html Css Color HEX #EFCCC0 Watusi

📋 copy color: '#EFCCC0'

red 239 ◦ green 204 ◦ blue 192

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

Shades of Watusi #EFCCC0

Tints of Watusi #EFCCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.13%

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

R = 37.64%
G = 32.13%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFCCC0 (or 0xEFCCC0) is known color: Watusi. HEX triplet: EF, CC and C0. RGB value is (239,204,192). Sum of RGB (Red+Green+Blue) = 239+204+192=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCC0 is #10333F. Grayscale: #D5D5D5. Windows color (decimal): -1061696 or 12635375. OLE color: 12635375.

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

Color convert

RGB 239 204 192 -
CMYK 0 0.15 0.20 0.06
HSL 15.32º 0.59% 0.85% -
HSV(B) 15.32º 0.2% 0.94% -
XYZ 66.7 65.34 58.97 -
YUV 213.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 239 204 192 0 0.15 0.20 0.06 15.32 0.59 0.85
Hex EF CC C0 0 F 14 6 F 3B 55
Octal 357 314 300 0 17 24 6 17 73 125
Binary 11101111 11001100 11000000 0 1111 10100 110 1111 111011 1010101

Color Harmonies of #EFCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCC0

Black with #EFCCC0

Text Example


Text Example

White with #EFCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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