Html Css Color HEX #EFAF68 Harvest Gold

📋 copy color: '#EFAF68'

red 239 ◦ green 175 ◦ blue 104

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

Shades of Harvest Gold #EFAF68

Tints of Harvest Gold #EFAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.08%

R = 46.14%
G = 33.78%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFAF68 (or 0xEFAF68) is known color: Harvest Gold. HEX triplet: EF, AF and 68. RGB value is (239,175,104). Sum of RGB (Red+Green+Blue) = 239+175+104=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF68 is #105097. Grayscale: #BABABA. Windows color (decimal): -1069208 or 6860783. OLE color: 6860783.

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

Color convert

RGB 239 175 104 -
CMYK 0 0.27 0.56 0.06
HSL 31.56º 0.81% 0.67% -
HSV(B) 31.56º 0.56% 0.94% -
XYZ 53.43 50.01 19.93 -
YUV 186.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 239 175 104 0 0.27 0.56 0.06 31.56 0.81 0.67
Hex EF AF 68 0 1B 38 6 20 51 43
Octal 357 257 150 0 33 70 6 40 121 103
Binary 11101111 10101111 1101000 0 11011 111000 110 100000 1010001 1000011

Color Harmonies of #EFAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF68

Black with #EFAF68

Text Example


Text Example

White with #EFAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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