Html Css Color HEX #EFDA86 Buff

📋 copy color: '#EFDA86'

red 239 ◦ green 218 ◦ blue 134

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

Shades of Buff #EFDA86

Tints of Buff #EFDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.89%

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

R = 40.44%
G = 36.89%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDA86 (or 0xEFDA86) is known color: Buff. HEX triplet: EF, DA and 86. RGB value is (239,218,134). Sum of RGB (Red+Green+Blue) = 239+218+134=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA86 is #102579. Grayscale: #D7D7D7. Windows color (decimal): -1058170 or 8837871. OLE color: 8837871.

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

Color convert

RGB 239 218 134 -
CMYK 0 0.09 0.44 0.06
HSL 48º 0.77% 0.73% -
HSV(B) 48º 0.44% 0.94% -
XYZ 64.97 70.21 32.68 -
YUV 214.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 239 218 134 0 0.09 0.44 0.06 48 0.77 0.73
Hex EF DA 86 0 9 2C 6 30 4D 49
Octal 357 332 206 0 11 54 6 60 115 111
Binary 11101111 11011010 10000110 0 1001 101100 110 110000 1001101 1001001

Color Harmonies of #EFDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA86

Black with #EFDA86

Text Example


Text Example

White with #EFDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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