Html Css Color HEX #EFDB80 Buff

📋 copy color: '#EFDB80'

red 239 ◦ green 219 ◦ blue 128

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

Shades of Buff #EFDB80

Tints of Buff #EFDB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.84%

R = 40.78%
G = 37.37%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFDB80 (or 0xEFDB80) is known color: Buff. HEX triplet: EF, DB and 80. RGB value is (239,219,128). Sum of RGB (Red+Green+Blue) = 239+219+128=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB80 is #10247F. Grayscale: #D6D6D6. Windows color (decimal): -1057920 or 8444911. OLE color: 8444911.

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

Color convert

RGB 239 219 128 -
CMYK 0 0.08 0.46 0.06
HSL 49.19º 0.78% 0.72% -
HSV(B) 49.19º 0.46% 0.94% -
XYZ 64.82 70.57 30.63 -
YUV 214.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 239 219 128 0 0.08 0.46 0.06 49.19 0.78 0.72
Hex EF DB 80 0 8 2E 6 31 4E 48
Octal 357 333 200 0 10 56 6 61 116 110
Binary 11101111 11011011 10000000 0 1000 101110 110 110001 1001110 1001000

Color Harmonies of #EFDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB80

Black with #EFDB80

Text Example


Text Example

White with #EFDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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