Html Css Color HEX #EFCFBC Watusi

📋 copy color: '#EFCFBC'

red 239 ◦ green 207 ◦ blue 188

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

Shades of Watusi #EFCFBC

Tints of Watusi #EFCFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.65%

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

R = 37.7%
G = 32.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFCFBC (or 0xEFCFBC) is known color: Watusi. HEX triplet: EF, CF and BC. RGB value is (239,207,188). Sum of RGB (Red+Green+Blue) = 239+207+188=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBC is #103043. Grayscale: #D6D6D6. Windows color (decimal): -1060932 or 12373999. OLE color: 12373999.

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

Color convert

RGB 239 207 188 -
CMYK 0 0.13 0.21 0.06
HSL 22.35º 0.61% 0.84% -
HSV(B) 22.35º 0.21% 0.94% -
XYZ 66.99 66.61 56.9 -
YUV 214.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 239 207 188 0 0.13 0.21 0.06 22.35 0.61 0.84
Hex EF CF BC 0 D 15 6 16 3D 54
Octal 357 317 274 0 15 25 6 26 75 124
Binary 11101111 11001111 10111100 0 1101 10101 110 10110 111101 1010100

Color Harmonies of #EFCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFBC

Black with #EFCFBC

Text Example


Text Example

White with #EFCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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