Html Css Color HEX #EFB064 Harvest Gold

📋 copy color: '#EFB064'

red 239 ◦ green 176 ◦ blue 100

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

Shades of Harvest Gold #EFB064

Tints of Harvest Gold #EFB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

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

R = 46.41%
G = 34.17%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFB064 (or 0xEFB064) is known color: Harvest Gold. HEX triplet: EF, B0 and 64. RGB value is (239,176,100). Sum of RGB (Red+Green+Blue) = 239+176+100=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB064 is #104F9B. Grayscale: #BABABA. Windows color (decimal): -1068956 or 6598895. OLE color: 6598895.

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

Color convert

RGB 239 176 100 -
CMYK 0 0.26 0.58 0.06
HSL 32.81º 0.81% 0.66% -
HSV(B) 32.81º 0.58% 0.94% -
XYZ 53.42 50.32 18.95 -
YUV 186.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 239 176 100 0 0.26 0.58 0.06 32.81 0.81 0.66
Hex EF B0 64 0 1A 3A 6 21 51 42
Octal 357 260 144 0 32 72 6 41 121 102
Binary 11101111 10110000 1100100 0 11010 111010 110 100001 1010001 1000010

Color Harmonies of #EFB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB064

Black with #EFB064

Text Example


Text Example

White with #EFB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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