Html Css Color HEX #EFD679 Buff

📋 copy color: '#EFD679'

red 239 ◦ green 214 ◦ blue 121

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

Shades of Buff #EFD679

Tints of Buff #EFD679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.08%

R = 41.64%
G = 37.28%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD679 (or 0xEFD679) is known color: Buff. HEX triplet: EF, D6 and 79. RGB value is (239,214,121). Sum of RGB (Red+Green+Blue) = 239+214+121=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 121 (47.66% from 255 or 21.08% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD679 is #102986. Grayscale: #D3D3D3. Windows color (decimal): -1059207 or 7984879. OLE color: 7984879.

HSL color Cylindrical-coordinate representation of color #EFD679: hue angle of 47.29º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFD679 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 121 -
CMYK 0 0.10 0.49 0.06
HSL 47.29º 0.79% 0.71% -
HSV(B) 47.29º 0.49% 0.94% -
XYZ 63.09 67.82 27.86 -
YUV 210.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 239 214 121 0 0.10 0.49 0.06 47.29 0.79 0.71
Hex EF D6 79 0 A 31 6 2F 4F 47
Octal 357 326 171 0 12 61 6 57 117 107
Binary 11101111 11010110 1111001 0 1010 110001 110 101111 1001111 1000111

Color Harmonies of #EFD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD679

Black with #EFD679

Text Example


Text Example

White with #EFD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD679; }

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

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

background-color css

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

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

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

border-color css

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

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

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