Html Css Color HEX #EFCEBF Watusi

📋 copy color: '#EFCEBF'

red 239 ◦ green 206 ◦ blue 191

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

Shades of Watusi #EFCEBF

Tints of Watusi #EFCEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.03%

R = 37.58%
G = 32.39%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFCEBF (or 0xEFCEBF) is known color: Watusi. HEX triplet: EF, CE and BF. RGB value is (239,206,191). Sum of RGB (Red+Green+Blue) = 239+206+191=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBF is #103140. Grayscale: #D6D6D6. Windows color (decimal): -1061185 or 12570351. OLE color: 12570351.

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

Color convert

RGB 239 206 191 -
CMYK 0 0.14 0.20 0.06
HSL 18.75º 0.6% 0.84% -
HSV(B) 18.75º 0.2% 0.94% -
XYZ 67.07 66.25 58.54 -
YUV 214.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 239 206 191 0 0.14 0.20 0.06 18.75 0.6 0.84
Hex EF CE BF 0 E 14 6 13 3C 54
Octal 357 316 277 0 16 24 6 23 74 124
Binary 11101111 11001110 10111111 0 1110 10100 110 10011 111100 1010100

Color Harmonies of #EFCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEBF

Black with #EFCEBF

Text Example


Text Example

White with #EFCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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