Html Css Color HEX #EFAF63 Harvest Gold

📋 copy color: '#EFAF63'

red 239 ◦ green 175 ◦ blue 99

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

Shades of Harvest Gold #EFAF63

Tints of Harvest Gold #EFAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.3%

R = 46.59%
G = 34.11%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFAF63 (or 0xEFAF63) is known color: Harvest Gold. HEX triplet: EF, AF and 63. RGB value is (239,175,99). Sum of RGB (Red+Green+Blue) = 239+175+99=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF63 is #10509C. Grayscale: #B9B9B9. Windows color (decimal): -1069213 or 6533103. OLE color: 6533103.

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

Color convert

RGB 239 175 99 -
CMYK 0 0.27 0.59 0.06
HSL 32.57º 0.81% 0.66% -
HSV(B) 32.57º 0.59% 0.94% -
XYZ 53.18 49.91 18.64 -
YUV 185.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 239 175 99 0 0.27 0.59 0.06 32.57 0.81 0.66
Hex EF AF 63 0 1B 3B 6 21 51 42
Octal 357 257 143 0 33 73 6 41 121 102
Binary 11101111 10101111 1100011 0 11011 111011 110 100001 1010001 1000010

Color Harmonies of #EFAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF63

Black with #EFAF63

Text Example


Text Example

White with #EFAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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