Html Css Color HEX #EFC065 Harvest Gold

📋 copy color: '#EFC065'

red 239 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #EFC065

Tints of Harvest Gold #EFC065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 44.92%
G = 36.09%
B = 18.98%

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

#EFC065 (or 0xEFC065) is known color: Harvest Gold. HEX triplet: EF, C0 and 65. RGB value is (239,192,101). Sum of RGB (Red+Green+Blue) = 239+192+101=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC065 is #103F9A. Grayscale: #C4C4C4. Windows color (decimal): -1064859 or 6668527. OLE color: 6668527.

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

Color convert

RGB 239 192 101 -
CMYK 0 0.20 0.58 0.06
HSL 39.57º 0.81% 0.67% -
HSV(B) 39.57º 0.58% 0.94% -
XYZ 56.8 56.99 20.32 -
YUV 195.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 239 192 101 0 0.20 0.58 0.06 39.57 0.81 0.67
Hex EF C0 65 0 14 3A 6 28 51 43
Octal 357 300 145 0 24 72 6 50 121 103
Binary 11101111 11000000 1100101 0 10100 111010 110 101000 1010001 1000011

Color Harmonies of #EFC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC065

Black with #EFC065

Text Example


Text Example

White with #EFC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC065; }

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

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

background-color css

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

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

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

border-color css

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

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

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