Html Css Color HEX #EFBA64 Harvest Gold

📋 copy color: '#EFBA64'

red 239 ◦ green 186 ◦ blue 100

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

Shades of Harvest Gold #EFBA64

Tints of Harvest Gold #EFBA64

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

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

R = 45.52%
G = 35.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFBA64 (or 0xEFBA64) is known color: Harvest Gold. HEX triplet: EF, BA and 64. RGB value is (239,186,100). Sum of RGB (Red+Green+Blue) = 239+186+100=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA64 is #10459B. Grayscale: #C0C0C0. Windows color (decimal): -1066396 or 6601455. OLE color: 6601455.

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

Color convert

RGB 239 186 100 -
CMYK 0 0.22 0.58 0.06
HSL 37.12º 0.81% 0.66% -
HSV(B) 37.12º 0.58% 0.94% -
XYZ 55.46 54.39 19.63 -
YUV 192.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 239 186 100 0 0.22 0.58 0.06 37.12 0.81 0.66
Hex EF BA 64 0 16 3A 6 25 51 42
Octal 357 272 144 0 26 72 6 45 121 102
Binary 11101111 10111010 1100100 0 10110 111010 110 100101 1010001 1000010

Color Harmonies of #EFBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA64

Black with #EFBA64

Text Example


Text Example

White with #EFBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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