Html Css Color HEX #EFDC86 Buff

📋 copy color: '#EFDC86'

red 239 ◦ green 220 ◦ blue 134

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

Shades of Buff #EFDC86

Tints of Buff #EFDC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

 BLUE value IS 134 (52.73% from 255) = 22.6%

R = 40.3%
G = 37.1%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDC86 (or 0xEFDC86) is known color: Buff. HEX triplet: EF, DC and 86. RGB value is (239,220,134). Sum of RGB (Red+Green+Blue) = 239+220+134=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC86 is #102379. Grayscale: #D8D8D8. Windows color (decimal): -1057658 or 8838383. OLE color: 8838383.

HSL color Cylindrical-coordinate representation of color #EFDC86: hue angle of 49.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFDC86 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 134 -
CMYK 0 0.08 0.44 0.06
HSL 49.14º 0.77% 0.73% -
HSV(B) 49.14º 0.44% 0.94% -
XYZ 65.49 71.26 32.86 -
YUV 215.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 239 220 134 0 0.08 0.44 0.06 49.14 0.77 0.73
Hex EF DC 86 0 8 2C 6 31 4D 49
Octal 357 334 206 0 10 54 6 61 115 111
Binary 11101111 11011100 10000110 0 1000 101100 110 110001 1001101 1001001

Color Harmonies of #EFDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC86

Black with #EFDC86

Text Example


Text Example

White with #EFDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC86; }

 p { color: rgb(239,220,134); }

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

background-color css

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

 a { background-color: rgb(239,220,134); }

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

border-color css

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

 span { border-color: rgb(239,220,134); }

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