Html Css Color HEX #EFDA80 Buff

📋 copy color: '#EFDA80'

red 239 ◦ green 218 ◦ blue 128

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

Shades of Buff #EFDA80

Tints of Buff #EFDA80

RGB

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

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

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

R = 40.85%
G = 37.26%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFDA80 (or 0xEFDA80) is known color: Buff. HEX triplet: EF, DA and 80. RGB value is (239,218,128). Sum of RGB (Red+Green+Blue) = 239+218+128=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA80 is #10257F. Grayscale: #D6D6D6. Windows color (decimal): -1058176 or 8444655. OLE color: 8444655.

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

Color convert

RGB 239 218 128 -
CMYK 0 0.09 0.46 0.06
HSL 48.65º 0.78% 0.72% -
HSV(B) 48.65º 0.46% 0.94% -
XYZ 64.56 70.05 30.54 -
YUV 214.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 239 218 128 0 0.09 0.46 0.06 48.65 0.78 0.72
Hex EF DA 80 0 9 2E 6 31 4E 48
Octal 357 332 200 0 11 56 6 61 116 110
Binary 11101111 11011010 10000000 0 1001 101110 110 110001 1001110 1001000

Color Harmonies of #EFDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA80

Black with #EFDA80

Text Example


Text Example

White with #EFDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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