Html Css Color HEX #EFD682 Buff

📋 copy color: '#EFD682'

red 239 ◦ green 214 ◦ blue 130

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

Shades of Buff #EFD682

Tints of Buff #EFD682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

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

R = 40.99%
G = 36.71%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD682 (or 0xEFD682) is known color: Buff. HEX triplet: EF, D6 and 82. RGB value is (239,214,130). Sum of RGB (Red+Green+Blue) = 239+214+130=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD682 is #10297D. Grayscale: #D4D4D4. Windows color (decimal): -1059198 or 8574703. OLE color: 8574703.

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

Color convert

RGB 239 214 130 -
CMYK 0 0.10 0.46 0.06
HSL 46.24º 0.77% 0.72% -
HSV(B) 46.24º 0.46% 0.94% -
XYZ 63.67 68.06 30.9 -
YUV 211.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 239 214 130 0 0.10 0.46 0.06 46.24 0.77 0.72
Hex EF D6 82 0 A 2E 6 2E 4D 48
Octal 357 326 202 0 12 56 6 56 115 110
Binary 11101111 11010110 10000010 0 1010 101110 110 101110 1001101 1001000

Color Harmonies of #EFD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD682

Black with #EFD682

Text Example


Text Example

White with #EFD682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD682; }

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

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

background-color css

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

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

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

border-color css

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

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

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