Html Css Color HEX #EFCEBC Watusi

📋 copy color: '#EFCEBC'

red 239 ◦ green 206 ◦ blue 188

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

Shades of Watusi #EFCEBC

Tints of Watusi #EFCEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.7%

R = 37.76%
G = 32.54%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFCEBC (or 0xEFCEBC) is known color: Watusi. HEX triplet: EF, CE and BC. RGB value is (239,206,188). Sum of RGB (Red+Green+Blue) = 239+206+188=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBC is #103143. Grayscale: #D5D5D5. Windows color (decimal): -1061188 or 12373743. OLE color: 12373743.

HSL color Cylindrical-coordinate representation of color #EFCEBC: hue angle of 21.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFCEBC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 188 -
CMYK 0 0.14 0.21 0.06
HSL 21.18º 0.61% 0.84% -
HSV(B) 21.18º 0.21% 0.94% -
XYZ 66.75 66.12 56.82 -
YUV 213.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 239 206 188 0 0.14 0.21 0.06 21.18 0.61 0.84
Hex EF CE BC 0 E 15 6 15 3D 54
Octal 357 316 274 0 16 25 6 25 75 124
Binary 11101111 11001110 10111100 0 1110 10101 110 10101 111101 1010100

Color Harmonies of #EFCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEBC

Black with #EFCEBC

Text Example


Text Example

White with #EFCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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