Html Css Color HEX #EFAD6C Harvest Gold

📋 copy color: '#EFAD6C'

red 239 ◦ green 173 ◦ blue 108

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

Shades of Harvest Gold #EFAD6C

Tints of Harvest Gold #EFAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

 BLUE value IS 108 (42.58% from 255) = 20.77%

R = 45.96%
G = 33.27%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFAD6C (or 0xEFAD6C) is known color: Harvest Gold. HEX triplet: EF, AD and 6C. RGB value is (239,173,108). Sum of RGB (Red+Green+Blue) = 239+173+108=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD6C is #105293. Grayscale: #B9B9B9. Windows color (decimal): -1069716 or 7122415. OLE color: 7122415.

HSL color Cylindrical-coordinate representation of color #EFAD6C: hue angle of 29.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFAD6C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 108 -
CMYK 0 0.28 0.55 0.06
HSL 29.77º 0.8% 0.68% -
HSV(B) 29.77º 0.55% 0.94% -
XYZ 53.25 49.32 20.9 -
YUV 185.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 239 173 108 0 0.28 0.55 0.06 29.77 0.8 0.68
Hex EF AD 6C 0 1C 37 6 1E 50 44
Octal 357 255 154 0 34 67 6 36 120 104
Binary 11101111 10101101 1101100 0 11100 110111 110 11110 1010000 1000100

Color Harmonies of #EFAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD6C

Black with #EFAD6C

Text Example


Text Example

White with #EFAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD6C; }

 p { color: rgb(239,173,108); }

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

background-color css

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

 a { background-color: rgb(239,173,108); }

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

border-color css

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

 span { border-color: rgb(239,173,108); }

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