Html Css Color HEX #EFC064 Harvest Gold

📋 copy color: '#EFC064'

red 239 ◦ green 192 ◦ blue 100

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

Shades of Harvest Gold #EFC064

Tints of Harvest Gold #EFC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 100 (39.45% from 255) = 18.83%

R = 45.01%
G = 36.16%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC064 (or 0xEFC064) is known color: Harvest Gold. HEX triplet: EF, C0 and 64. RGB value is (239,192,100). Sum of RGB (Red+Green+Blue) = 239+192+100=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC064 is #103F9B. Grayscale: #C3C3C3. Windows color (decimal): -1064860 or 6602991. OLE color: 6602991.

HSL color Cylindrical-coordinate representation of color #EFC064: hue angle of 39.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC064 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 100 -
CMYK 0 0.20 0.58 0.06
HSL 39.71º 0.81% 0.66% -
HSV(B) 39.71º 0.58% 0.94% -
XYZ 56.75 56.97 20.06 -
YUV 195.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 239 192 100 0 0.20 0.58 0.06 39.71 0.81 0.66
Hex EF C0 64 0 14 3A 6 28 51 42
Octal 357 300 144 0 24 72 6 50 121 102
Binary 11101111 11000000 1100100 0 10100 111010 110 101000 1010001 1000010

Color Harmonies of #EFC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC064

Black with #EFC064

Text Example


Text Example

White with #EFC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC064; }

 p { color: rgb(239,192,100); }

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

background-color css

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

 a { background-color: rgb(239,192,100); }

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

border-color css

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

 span { border-color: rgb(239,192,100); }

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