Html Css Color HEX #EFDA82 Buff

📋 copy color: '#EFDA82'

red 239 ◦ green 218 ◦ blue 130

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

Shades of Buff #EFDA82

Tints of Buff #EFDA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.15%

R = 40.72%
G = 37.14%
B = 22.15%

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

#EFDA82 (or 0xEFDA82) is known color: Buff. HEX triplet: EF, DA and 82. RGB value is (239,218,130). Sum of RGB (Red+Green+Blue) = 239+218+130=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA82 is #10257D. Grayscale: #D6D6D6. Windows color (decimal): -1058174 or 8575727. OLE color: 8575727.

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

Color convert

RGB 239 218 130 -
CMYK 0 0.09 0.46 0.06
HSL 48.44º 0.77% 0.72% -
HSV(B) 48.44º 0.46% 0.94% -
XYZ 64.7 70.11 31.24 -
YUV 214.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 239 218 130 0 0.09 0.46 0.06 48.44 0.77 0.72
Hex EF DA 82 0 9 2E 6 30 4D 48
Octal 357 332 202 0 11 56 6 60 115 110
Binary 11101111 11011010 10000010 0 1001 101110 110 110000 1001101 1001000

Color Harmonies of #EFDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA82

Black with #EFDA82

Text Example


Text Example

White with #EFDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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