Html Css Color HEX #EFAF64 Harvest Gold

📋 copy color: '#EFAF64'

red 239 ◦ green 175 ◦ blue 100

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

Shades of Harvest Gold #EFAF64

Tints of Harvest Gold #EFAF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.05%

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

R = 46.5%
G = 34.05%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFAF64 (or 0xEFAF64) is known color: Harvest Gold. HEX triplet: EF, AF and 64. RGB value is (239,175,100). Sum of RGB (Red+Green+Blue) = 239+175+100=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF64 is #10509B. Grayscale: #B9B9B9. Windows color (decimal): -1069212 or 6598639. OLE color: 6598639.

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

Color convert

RGB 239 175 100 -
CMYK 0 0.27 0.58 0.06
HSL 32.37º 0.81% 0.66% -
HSV(B) 32.37º 0.58% 0.94% -
XYZ 53.23 49.93 18.89 -
YUV 185.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 239 175 100 0 0.27 0.58 0.06 32.37 0.81 0.66
Hex EF AF 64 0 1B 3A 6 20 51 42
Octal 357 257 144 0 33 72 6 40 121 102
Binary 11101111 10101111 1100100 0 11011 111010 110 100000 1010001 1000010

Color Harmonies of #EFAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF64

Black with #EFAF64

Text Example


Text Example

White with #EFAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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