Html Css Color HEX #EFDB86 Buff

📋 copy color: '#EFDB86'

red 239 ◦ green 219 ◦ blue 134

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

Shades of Buff #EFDB86

Tints of Buff #EFDB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.99%

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

R = 40.37%
G = 36.99%
B = 22.64%

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

#EFDB86 (or 0xEFDB86) is known color: Buff. HEX triplet: EF, DB and 86. RGB value is (239,219,134). Sum of RGB (Red+Green+Blue) = 239+219+134=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB86 is #102479. Grayscale: #D7D7D7. Windows color (decimal): -1057914 or 8838127. OLE color: 8838127.

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

Color convert

RGB 239 219 134 -
CMYK 0 0.08 0.44 0.06
HSL 48.57º 0.77% 0.73% -
HSV(B) 48.57º 0.44% 0.94% -
XYZ 65.23 70.73 32.77 -
YUV 215.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 239 219 134 0 0.08 0.44 0.06 48.57 0.77 0.73
Hex EF DB 86 0 8 2C 6 31 4D 49
Octal 357 333 206 0 10 54 6 61 115 111
Binary 11101111 11011011 10000110 0 1000 101100 110 110001 1001101 1001001

Color Harmonies of #EFDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB86

Black with #EFDB86

Text Example


Text Example

White with #EFDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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